Skip to content

Instantly share code, notes, and snippets.

@hughes
Created August 20, 2013 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hughes/6287515 to your computer and use it in GitHub Desktop.
Save hughes/6287515 to your computer and use it in GitHub Desktop.
td-agent.conf
<source>
type syslog
port 42185
tag syslog
</source>
<source>
type forward
</source>
<match syslog.**>
type elasticsearch
logstash_format true
flush_interval 10s # for testing
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment