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
12
12
13
13
## Config File Location
14
14
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 %}
16
32
17
33
If you install Fluentd using the ` td-agent ` packages, the config file should be at ` /etc/td-agent/td-agent.conf ` .
18
34
19
35
``` text
20
36
$ sudo vi /etc/td-agent/td-agent.conf
21
37
```
22
38
23
- #### Gem
39
+ ### Gem
24
40
25
41
If you install Fluentd using the Ruby Gem, you can create the configuration file using the following commands:
26
42
You can’t perform that action at this time.
0 commit comments