<<기본실행>>
$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>
장점
단점
Add Comment
Add Comment