Created
June 5, 2016 09:23
-
-
Save m-mizutani/b6abdc91876012142396b34917ef9bd3 to your computer and use it in GitHub Desktop.
fluent.conf sample for devourer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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