From 70574c6c1841765bbc062ac33c3e8ef1dd141eb1 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Tue, 10 Jun 2025 12:18:49 +0900 Subject: [PATCH] Fix dead link Signed-off-by: Shizuo Fujita --- configuration/config-file-yaml.md | 4 ++-- how-to-guides/apache-to-minio.md | 2 +- how-to-guides/apache-to-mongodb.md | 2 +- how-to-guides/apache-to-s3.md | 4 ++-- how-to-guides/cep-norikra.md | 2 +- how-to-guides/free-alternative-to-splunk-by-fluentd.md | 2 +- how-to-guides/graylog.md | 2 +- how-to-guides/http-to-hdfs.md | 2 +- how-to-guides/http-to-td.md | 2 +- how-to-guides/kinesis-stream.md | 2 +- how-to-guides/logs-to-sematext.md | 2 +- how-to-guides/splunk-like-grep-and-alert-email.md | 2 +- how-to-guides/syslog-influxdb.md | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/configuration/config-file-yaml.md b/configuration/config-file-yaml.md index 84791905..7d18d81d 100644 --- a/configuration/config-file-yaml.md +++ b/configuration/config-file-yaml.md @@ -447,11 +447,11 @@ If you set the environment variable `FLUENTD_TAG` to `dev`, this evaluates to `a ## Supported Data Types for Values -Please refer to: [Supported Data Types for Values | Fluentd official document](../config-file#supported-data-types-for-values) +Please refer to: [Supported Data Types for Values | Fluentd official document](./config-file#supported-data-types-for-values) ## Common Plugin Parameters -Please refer to: [Common Plugin Parameters | Fluentd official document](../config-file#common-plugin-parameters) +Please refer to: [Common Plugin Parameters | Fluentd official document](./config-file#common-plugin-parameters) ## Check Configuration File diff --git a/how-to-guides/apache-to-minio.md b/how-to-guides/apache-to-minio.md index 4872de4c..4d581f68 100644 --- a/how-to-guides/apache-to-minio.md +++ b/how-to-guides/apache-to-minio.md @@ -18,7 +18,7 @@ You can install Fluentd via major packaging systems. If [`out_s3`](../output/s3.md) (fluent-plugin-s3) is not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-s3 on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-s3 on your environment. {% hint style='info' %} If you use `fluent-package`, out_s3 (fluent-plugin-s3) is bundled by default. diff --git a/how-to-guides/apache-to-mongodb.md b/how-to-guides/apache-to-mongodb.md index 985ca7b9..68d349e1 100644 --- a/how-to-guides/apache-to-mongodb.md +++ b/how-to-guides/apache-to-mongodb.md @@ -48,7 +48,7 @@ For MongoDB, please refer to the following downloads page: If [`out_mongo`](../output/mongo.md) (fluent-plugin-mongo) is not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-mongo on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-mongo on your environment. ## Configuration diff --git a/how-to-guides/apache-to-s3.md b/how-to-guides/apache-to-s3.md index eeb8408a..6f4b5daf 100644 --- a/how-to-guides/apache-to-s3.md +++ b/how-to-guides/apache-to-s3.md @@ -37,9 +37,9 @@ You can install Fluentd via major packaging systems. ### Install plugin -If [`out_s3` (fluent-plugin-s3)](../out/s3.md) is not installed yet, please install it manually. +If [`out_s3` (fluent-plugin-s3)](../output/s3) is not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-s3 on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-s3 on your environment. {% hint style='info' %} If you use `fluent-package`, out_s3 (fluent-plugin-s3) is bundled by default. diff --git a/how-to-guides/cep-norikra.md b/how-to-guides/cep-norikra.md index 3ee883e5..6d18242c 100644 --- a/how-to-guides/cep-norikra.md +++ b/how-to-guides/cep-norikra.md @@ -34,7 +34,7 @@ You can install Fluentd via major packaging systems. If `out_norikra` (fluent-plugin-norikra) is not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-norikra on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-norikra on your environment. ### Installing Norikra diff --git a/how-to-guides/free-alternative-to-splunk-by-fluentd.md b/how-to-guides/free-alternative-to-splunk-by-fluentd.md index ca7245a9..022e91c7 100644 --- a/how-to-guides/free-alternative-to-splunk-by-fluentd.md +++ b/how-to-guides/free-alternative-to-splunk-by-fluentd.md @@ -83,7 +83,7 @@ You can install Fluentd via major packaging systems. Next, we'll install the Elasticsearch plugin for Fluentd: fluent-plugin-elasticsearch. Then, install `fluent-plugin-elasticsearch`. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-elasticsearch on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-elasticsearch on your environment. We'll configure fluent-package \(Fluentd\) to interface properly with Elasticsearch. Please modify `/etc/fluent/fluentd.conf` as shown below: diff --git a/how-to-guides/graylog.md b/how-to-guides/graylog.md index 9fb6c4f9..0d0a8e88 100644 --- a/how-to-guides/graylog.md +++ b/how-to-guides/graylog.md @@ -56,7 +56,7 @@ You can install Fluentd via major packaging systems. If `out_gelf` (fluent-plugin-gelf-hs) is not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-gelf-hs on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-gelf-hs on your environment. Then, configure `/etc/fluent/fluentd.conf` as follows: diff --git a/how-to-guides/http-to-hdfs.md b/how-to-guides/http-to-hdfs.md index d4a17d74..98fb6810 100644 --- a/how-to-guides/http-to-hdfs.md +++ b/how-to-guides/http-to-hdfs.md @@ -41,7 +41,7 @@ NOTE: CDH (Cloudera Distributed Hadoop) was discontinued. Superseded by Cloudera If `out_webhdfs` (fluent-plugin-webhdfs) is not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-webhdfs on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-webhdfs on your environment. {% hint style='info' %} If you use `fluent-package`, out_webhdfs (fluent-plugin-webhdfs) is bundled by default. diff --git a/how-to-guides/http-to-td.md b/how-to-guides/http-to-td.md index 047eb44b..b03c216b 100644 --- a/how-to-guides/http-to-td.md +++ b/how-to-guides/http-to-td.md @@ -35,7 +35,7 @@ You can install Fluentd via major packaging systems. If `out_td` (fluent-plugin-td) is not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-td on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-td on your environment. {% hint style='info' %} If you use `fluent-package`, out_td (fluent-plugin-td) is bundled by default. diff --git a/how-to-guides/kinesis-stream.md b/how-to-guides/kinesis-stream.md index 27460329..e8629413 100644 --- a/how-to-guides/kinesis-stream.md +++ b/how-to-guides/kinesis-stream.md @@ -40,7 +40,7 @@ You can install Fluentd via major packaging systems. If `out_kinesis_streams` (fluent-plugin-kinesis) is not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-kinesis on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-kinesis on your environment. ## Configuration diff --git a/how-to-guides/logs-to-sematext.md b/how-to-guides/logs-to-sematext.md index de6498d5..7ecdbf2a 100644 --- a/how-to-guides/logs-to-sematext.md +++ b/how-to-guides/logs-to-sematext.md @@ -30,7 +30,7 @@ You need to [sign up](https://apps.sematext.com/ui/registration) and create an A If [`out_elasticsearch`](../output/elasticsearch.md) (fluent-plugin-elasticsearch) is not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-elasticsearch on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-elasticsearch on your environment. Now you'll configure the `fluent-package` \(Fluentd\) to interface properly with Elasticsearch. Please edit `/etc/fluent/fluentd.conf` as shown below: diff --git a/how-to-guides/splunk-like-grep-and-alert-email.md b/how-to-guides/splunk-like-grep-and-alert-email.md index 56ced80c..e42632ce 100644 --- a/how-to-guides/splunk-like-grep-and-alert-email.md +++ b/how-to-guides/splunk-like-grep-and-alert-email.md @@ -22,7 +22,7 @@ You can install Fluentd via major packaging systems. If `out_grepcounter` (fluent-plugin-grepcounter) and `out_mail` (fluent-plugin-mail) are not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-mongo on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-mongo on your environment. ## Configuration diff --git a/how-to-guides/syslog-influxdb.md b/how-to-guides/syslog-influxdb.md index 3156d950..d90b9465 100644 --- a/how-to-guides/syslog-influxdb.md +++ b/how-to-guides/syslog-influxdb.md @@ -62,7 +62,7 @@ Next, install the InfluxDB output plugin: If [`out_influxdb`](https://github.com/influxdata/influxdb-plugin-fluent) (fluent-plugin-influxdb-v2) is not installed yet, please install it manually. -See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-influxdb-v2 on your environment. +See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-influxdb-v2 on your environment. {% hint style='warning' %} Do not install fluent-plugin-influxdb, it does not support for InfluxDB v2.