Skip to content

Commit 9541705

Browse files
authored
Add note about td-agent in post-installation section (#547)
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 875f838 commit 9541705

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

installation/post-installation-guide.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ For more verbose logs, read the article on [Troubleshooting](../deployment/troub
3636

3737
### For `td-agent`
3838

39+
{% hint style='danger' %}
40+
As td-agent had reached EOL, SHOULD NOT use td-agent anymore.
41+
42+
Recommend to [Upgrade to fluent-package v5](https://www.fluentd.org/blog/upgrade-td-agent-v4-to-v5).
43+
{% endhint %}
44+
3945
#### Configuration File
4046

4147
After successful installation, a `td-agent` instance will be up and running with a predefined template configuration file.
@@ -130,6 +136,12 @@ A special program `fluent-gem` is used to manage plugin gems. For example, the f
130136

131137
#### `td-agent`
132138

139+
{% hint style='danger' %}
140+
As td-agent had reached EOL, SHOULD NOT use td-agent anymore.
141+
142+
Recommend to [Upgrade to fluent-package v5](https://www.fluentd.org/blog/upgrade-td-agent-v4-to-v5).
143+
{% endhint %}
144+
133145
A special program `td-agent-gem` is used to manage plugin gems. For example, the following command installs a plugin to connect to S3 \(including both `in_s3` and `out_s3` plugins\):
134146

135147
```text

0 commit comments

Comments
 (0)