Skip to content

Commit 4be174c

Browse files
authored
Fix link contains fragment (#586)
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 8d3c436 commit 4be174c

14 files changed

+15
-15
lines changed

configuration/config-file-yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,11 @@ If you set the environment variable `FLUENTD_TAG` to `dev`, this evaluates to `a
447447

448448
## Supported Data Types for Values
449449

450-
Please refer to: [Supported Data Types for Values | Fluentd official document](./config-file#supported-data-types-for-values)
450+
Please refer to: [Supported Data Types for Values | Fluentd official document](./config-file.md#supported-data-types-for-values)
451451

452452
## Common Plugin Parameters
453453

454-
Please refer to: [Common Plugin Parameters | Fluentd official document](./config-file#common-plugin-parameters)
454+
Please refer to: [Common Plugin Parameters | Fluentd official document](./config-file.md#common-plugin-parameters)
455455

456456
## Check Configuration File
457457

how-to-guides/apache-to-minio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can install Fluentd via major packaging systems.
1818

1919
If [`out_s3`](../output/s3.md) (fluent-plugin-s3) is not installed yet, please install it manually.
2020

21-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-s3 on your environment.
21+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-s3 on your environment.
2222

2323
{% hint style='info' %}
2424
If you use `fluent-package`, out_s3 (fluent-plugin-s3) is bundled by default.

how-to-guides/apache-to-mongodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For MongoDB, please refer to the following downloads page:
4848

4949
If [`out_mongo`](../output/mongo.md) (fluent-plugin-mongo) is not installed yet, please install it manually.
5050

51-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-mongo on your environment.
51+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-mongo on your environment.
5252

5353
## Configuration
5454

how-to-guides/apache-to-s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can install Fluentd via major packaging systems.
3939

4040
If [`out_s3` (fluent-plugin-s3)](../output/s3) is not installed yet, please install it manually.
4141

42-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-s3 on your environment.
42+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-s3 on your environment.
4343

4444
{% hint style='info' %}
4545
If you use `fluent-package`, out_s3 (fluent-plugin-s3) is bundled by default.

how-to-guides/cep-norikra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can install Fluentd via major packaging systems.
3434

3535
If `out_norikra` (fluent-plugin-norikra) is not installed yet, please install it manually.
3636

37-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-norikra on your environment.
37+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-norikra on your environment.
3838

3939
### Installing Norikra
4040

how-to-guides/free-alternative-to-splunk-by-fluentd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can install Fluentd via major packaging systems.
8383

8484
Next, we'll install the Elasticsearch plugin for Fluentd: fluent-plugin-elasticsearch. Then, install `fluent-plugin-elasticsearch`.
8585

86-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-elasticsearch on your environment.
86+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-elasticsearch on your environment.
8787

8888
We'll configure fluent-package \(Fluentd\) to interface properly with Elasticsearch. Please modify `/etc/fluent/fluentd.conf` as shown below:
8989

how-to-guides/graylog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can install Fluentd via major packaging systems.
5656

5757
If `out_gelf` (fluent-plugin-gelf-hs) is not installed yet, please install it manually.
5858

59-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-gelf-hs on your environment.
59+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-gelf-hs on your environment.
6060

6161
Then, configure `/etc/fluent/fluentd.conf` as follows:
6262

how-to-guides/http-to-hdfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ NOTE: CDH (Cloudera Distributed Hadoop) was discontinued. Superseded by Cloudera
4141

4242
If `out_webhdfs` (fluent-plugin-webhdfs) is not installed yet, please install it manually.
4343

44-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-webhdfs on your environment.
44+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-webhdfs on your environment.
4545

4646
{% hint style='info' %}
4747
If you use `fluent-package`, out_webhdfs (fluent-plugin-webhdfs) is bundled by default.

how-to-guides/kinesis-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can install Fluentd via major packaging systems.
4040

4141
If `out_kinesis_streams` (fluent-plugin-kinesis) is not installed yet, please install it manually.
4242

43-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-kinesis on your environment.
43+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-kinesis on your environment.
4444

4545
## Configuration
4646

how-to-guides/logs-to-sematext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You need to [sign up](https://apps.sematext.com/ui/registration) and create an A
3030

3131
If [`out_elasticsearch`](../output/elasticsearch.md) (fluent-plugin-elasticsearch) is not installed yet, please install it manually.
3232

33-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-elasticsearch on your environment.
33+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-elasticsearch on your environment.
3434

3535
Now you'll configure the `fluent-package` \(Fluentd\) to interface properly with Elasticsearch. Please edit `/etc/fluent/fluentd.conf` as shown below:
3636

how-to-guides/splunk-like-grep-and-alert-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can install Fluentd via major packaging systems.
2222

2323
If `out_grepcounter` (fluent-plugin-grepcounter) and `out_mail` (fluent-plugin-mail) are not installed yet, please install it manually.
2424

25-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-mongo on your environment.
25+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-mongo on your environment.
2626

2727
## Configuration
2828

how-to-guides/syslog-influxdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Next, install the InfluxDB output plugin:
6262

6363
If [`out_influxdb`](https://github.com/influxdata/influxdb-plugin-fluent) (fluent-plugin-influxdb-v2) is not installed yet, please install it manually.
6464

65-
See [Plugin Management](../installation/post-installation-guide#plugin-management) section how to install fluent-plugin-influxdb-v2 on your environment.
65+
See [Plugin Management](../installation/post-installation-guide.md#plugin-management) section how to install fluent-plugin-influxdb-v2 on your environment.
6666

6767
{% hint style='warning' %}
6868
Do not install fluent-plugin-influxdb, it does not support for InfluxDB v2.

input/tail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ the default Nginx access file `/var/log/nginx/access.log` is mode `0640` and own
540540
this case, several options are available to allow read access:
541541

542542
1. Add the `td-agent` user to the `adm` group, e.g. through `usermod -aG`, or
543-
2. Use the [`cap_dac_read_search` capability](../deployment/linux-capability#capability-handling-on-in_tail)
543+
2. Use the [`cap_dac_read_search` capability](../deployment/linux-capability.md#capability-handling-on-in_tail)
544544
to allow the invoking user to read the file without otherwise changing its permission bits or ownership.
545545

546546
A bug exists in Fluentd 1.13.x where it may suppress warning logs about unreadable files. (See Fluentd PR [#3478](https://github.com/fluent/fluentd/pull/3478).)

parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ the default Nginx access file `/var/log/nginx/access.log` is mode `0640` and own
4747
this case, several options are available to allow read access:
4848

4949
1. Add the `td-agent` user to the `adm` group, e.g. through `usermod -aG`, or
50-
2. Use the [`cap_dac_read_search` capability](../deployment/linux-capability#capability-handling-on-in_tail)
50+
2. Use the [`cap_dac_read_search` capability](../deployment/linux-capability.md#capability-handling-on-in_tail)
5151
to allow the invoking user to read the file without otherwise changing its permission bits or ownership.
5252

5353
## List of Built-in Parsers

0 commit comments

Comments
 (0)