Skip to content

Commit a9e71f7

Browse files
authored
configuration: update config file location (#580)
Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent 23a2a40 commit a9e71f7

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

configuration/config-file.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1733
If 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

2541
If you install Fluentd using the Ruby Gem, you can create the configuration file using the following commands:
2642

0 commit comments

Comments
 (0)