You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Current »
<<기본실행>>
$fluentd -c fluentd.conf
<<config file 구조>>
<source>
type tail
format apache
path /var/log/access.log
tag apache.access
</source>
<match apache.access>
type file
path /home/access.log
</match>