File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,31 @@ See also: [Lifecycle of a Fluentd Event](../quickstart/life-of-a-fluentd-event.m
1212
1313## Config File Location
1414
15- #### RPM, Deb or DMG
15+ ### RPM, Deb or DMG
16+
17+ #### fluent-package
18+
19+ If you install Fluentd using the ` fluent-package ` packages, the config file should be at ` /etc/fluent/fluentd.conf ` .
20+
21+ ``` text
22+ $ sudo vi /etc/fluent/fluentd.conf
23+ ```
24+
25+ #### td-agent (EOL)
26+
27+ {% hint style='warning' %}
28+ As ` td-agent ` had already reached EOL, we recommend to use ` fluent-package ` (the successor to ` td-agent ` ).
29+
30+ * [ fluent-package v5 vs td-agent v4] ( ../quickstart/fluent-package-v5-vs-td-agent.md )
31+ {% endhint %}
1632
1733If you install Fluentd using the ` td-agent ` packages, the config file should be at ` /etc/td-agent/td-agent.conf ` .
1834
1935``` text
2036$ sudo vi /etc/td-agent/td-agent.conf
2137```
2238
23- #### Gem
39+ ### Gem
2440
2541If you install Fluentd using the Ruby Gem, you can create the configuration file using the following commands:
2642
You can’t perform that action at this time.
0 commit comments