Skip to content

Instantly share code, notes, and snippets.

@m-mizutani
Created June 5, 2016 09:23
Show Gist options
  • Save m-mizutani/b6abdc91876012142396b34917ef9bd3 to your computer and use it in GitHub Desktop.
Save m-mizutani/b6abdc91876012142396b34917ef9bd3 to your computer and use it in GitHub Desktop.
fluent.conf sample for devourer
<source>
@type forward
port 24224
bind 127.0.0.1
</source>
<match devourer.**>
@type influxdb
host localhost
port 8086
dbname devourer
user root
password root
time_precision s
flush_interval 1s
sequence_tag _seq
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment