-
-
Save kiyoto/8924984 to your computer and use it in GitHub Desktop.
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 tail | |
format apache2 | |
path /var/log/apache2/access_log | |
pos_file /var/log/fluentd/apache2.access_log.pos | |
tag riak.apache | |
</source> | |
<match riak.**> | |
type riak | |
buffer_type memory | |
flush_interval 5s | |
retry_limit 5 | |
retry_wait 1s | |
nodes localhost:8087 # Assumes Riak is running locally on port 8087 | |
</match> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment