Recipe Syslog To Treasure Data


Last updated
Was this helpful?


Last updated
Was this helpful?
Was this helpful?
$ gem install fluentd
$ gem install fluent-plugin-td
$ touch fluentd.conf<source>
@type syslog
port 5140
bind 0.0.0.0
tag system.local
</source>
<match **>
@type tdlog
apikey <Treasure Data API key> # You get your API key by signing up for Treasure Data
auto_create_table
buffer_type file
buffer_path /var/log/td-agent/buffer/td
</match>$ fluentd -c fluentd.conf