Skip to content

Commit 3b8e190

Browse files
authored
Update howto for fluent-package (#538)
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 4c27101 commit 3b8e190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

how-to-guides/apache-to-s3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Amazon S3 Output plugin is included in the latest version of Fluentd's deb/r
3434

3535
## Configuration
3636

37-
Let's start configuring Fluentd. If you used the deb/rpm package, Fluentd's config file is located at `/etc/td-agent/td-agent.conf`. Otherwise, it is located at `/etc/fluentd/fluentd.conf`.
37+
Let's start configuring Fluentd. If you used the deb/rpm package, Fluentd's config file is located at `/etc/fluent/fluentd.conf`.
3838

3939
### Tail Input
4040

@@ -44,7 +44,7 @@ For the input source, we will set up Fluentd to track the recent Apache logs \(t
4444
<source>
4545
@type tail
4646
path /var/log/apache2/access_log
47-
pos_file /var/log/td-agent/apache2.access_log.pos
47+
pos_file /var/log/fluent/apache2.access_log.pos
4848
<parse>
4949
@type apache2
5050
</parse>
@@ -86,7 +86,7 @@ The output destination will be Amazon S3. The output configuration should look l
8686
8787
<buffer>
8888
@type file
89-
path /var/log/td-agent/s3
89+
path /var/log/fluent/s3
9090
timekey 3600 # 1 hour
9191
timekey_wait 10m
9292
chunk_limit_size 256m

0 commit comments

Comments
 (0)