Skip to content

Instantly share code, notes, and snippets.

@ikeikeikeike
Created March 13, 2012 12:11
Show Gist options
  • Save ikeikeikeike/2028429 to your computer and use it in GitHub Desktop.
Save ikeikeikeike/2028429 to your computer and use it in GitHub Desktop.
fluentd.conf
#<source>
# type tcp
# port 24224
#</source>
<match app.**>
type copy
<store>
type stdout
</store>
<store>
type mongo
host localhost
database fluent
collection app
</store>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment