You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audited all 206 markdown files (2,774 links) plus the redirects in
.gitbook.yaml, and fixed every internal link that does not resolve.
External URLs are out of scope here and will be handled separately.
Path fixes:
* installation/install-calyptia-fluentd/: the four install guides live
one directory deeper than the links assume, so `../` was missing one
level (51 links). Now matches the sibling install-fluent-package/
guides, which already use `../../` and `../before-install.md`.
* installation/install-fluent-package/install-by-dmg-fluent-package.md:
same problem on the link to install-by-gem.md.
* installation/install-by-{deb,rpm}-td-agent-v4.md: the td-agent version
comparison page is in appendix/, not quickstart/.
* how-to-guides/apache-to-s3.md, how-to-guides/http-to-td.md: missing
`.md` extension.
* appendix/README.md: SUMMARY.md listed this file but it did not exist,
so the Appendix section had no landing page. Added one.
Anchor fixes, verified against the ids actually rendered on
docs.fluentd.org:
* deployment/system-config.md: `#Recovery` -> `#recovery`.
* output/forward.md: `#how-to-enable-tls/ssl-encryption` ->
`#how-to-enable-tls-encryption` (2 links); the heading in
input/forward.md is "How to Enable TLS Encryption".
* filter/README.md, formatter/README.md: the "Filter Plugins" and "Text
Formatter Plugins" sections no longer exist in
plugin-development/README.md. Point at api-plugin-filter.md and
api-plugin-formatter.md instead.
Redirect fixes in .gitbook.yaml:
Most redirect targets name paths that no longer exist in the repository,
but GitBook tracks those file moves internally and resolves them anyway.
Three do not, because the pages were never at the recorded path, so the
old URLs return 404. Point them at the current paths:
* v1.0/articles/out_opensearch -> output/opensearch.md
* v1.0/articles/formatter_tsv -> formatter/tsv.md
* v1.0/articles/api-plugin-helper-metrics ->
plugin-helper-overview/api-plugin-helper-metrics.md
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
This section collects supplementary articles that do not fit into the other sections, such as migration guides and comparisons between the discontinued `td-agent` versions.
4
+
5
+
## Articles
6
+
7
+
*[Update from v0.12 to v1](update-from-v0.12.md): how to update Fluentd to v1.0 from v0.12 or earlier.
8
+
*[td-agent v2 vs v3 vs v4](td-agent-v2-vs-v3-vs-v4.md): differences between the `td-agent` series, kept for reference. Note that `td-agent` has already reached End of Life \(EOL\); use [`fluent-package`](../installation/install-fluent-package/) instead.
9
+
10
+
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
Copy file name to clipboardExpand all lines: formatter/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The output changes to
48
48
49
49
i.e., each line is a single JSON object without "time" and "tag" fields. If you want to include "time" and "tag", use [Inject section](../configuration/inject-section.md).
50
50
51
-
See [this section](../plugin-development/#text-formatter-plugins) to learn how to develop a custom formatter.
51
+
See [this section](../plugin-development/api-plugin-formatter.md) to learn how to develop a custom formatter.
Copy file name to clipboardExpand all lines: installation/install-by-deb-td-agent-v4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Fluentd is written in Ruby for flexibility, with performance-sensitive parts in
8
8
9
9
That is why [Treasure Data, Inc](http://www.treasuredata.com/) provides **the stable distribution of Fluentd**, called `td-agent`. The differences between Fluentd and `td-agent` can be found [here](https://www.fluentd.org/faqs).
10
10
11
-
This installation guide is for `td-agent` v4. `td-agent` v4 uses fluentd v1 in the core. See [this page](../quickstart/td-agent-v2-vs-v3-vs-v4.md) for the comparison and supported OS.
11
+
This installation guide is for `td-agent` v4. `td-agent` v4 uses fluentd v1 in the core. See [this page](../appendix/td-agent-v2-vs-v3-vs-v4.md) for the comparison and supported OS.
Copy file name to clipboardExpand all lines: installation/install-by-rpm-td-agent-v4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Fluentd is written in Ruby for flexibility, with performance-sensitive parts in
8
8
9
9
That is why [Treasure Data, Inc](http://www.treasuredata.com/) provides **the stable distribution of Fluentd**, called `td-agent`. The differences between Fluentd and `td-agent` can be found [here](https://www.fluentd.org/faqs).
10
10
11
-
This installation guide is for `td-agent` v4. `td-agent` v4 uses fluentd v1 in the core. See [this page](../quickstart/td-agent-v2-vs-v3-vs-v4.md) for the comparison and supported OS.
11
+
This installation guide is for `td-agent` v4. `td-agent` v4 uses fluentd v1 in the core. See [this page](../appendix/td-agent-v2-vs-v3-vs-v4.md) for the comparison and supported OS.
Copy file name to clipboardExpand all lines: installation/install-calyptia-fluentd/install-by-deb-calyptia-fluentd.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ That is why Chronosphere (formerly Calyptia) provides **the alternative stable d
12
12
13
13
### Step 0: Before Installation
14
14
15
-
Please follow the [Pre-installation Guide](before-install.md) to configure your OS properly.
15
+
Please follow the [Pre-installation Guide](../before-install.md) to configure your OS properly.
16
16
17
17
### Step 1: Install from Apt Repository
18
18
19
-
NOTE: If your OS is not supported, consider [gem installation](install-by-gem.md) instead.
19
+
NOTE: If your OS is not supported, consider [gem installation](../install-by-gem.md) instead.
20
20
21
21
A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/calyptia-fluentd.sources` and installs the `calyptia-fluentd` deb package.
*[Store Apache Log into Amazon S3](../how-to-guides/apache-to-s3.md)
104
-
*[Store Apache Log into MongoDB](../how-to-guides/apache-to-mongodb.md)
105
-
*[Data Collection into HDFS](../how-to-guides/http-to-hdfs.md)
103
+
*[Store Apache Log into Amazon S3](../../how-to-guides/apache-to-s3.md)
104
+
*[Store Apache Log into MongoDB](../../how-to-guides/apache-to-mongodb.md)
105
+
*[Data Collection into HDFS](../../how-to-guides/http-to-hdfs.md)
106
106
107
107
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
0 commit comments