Skip to content

Instantly share code, notes, and snippets.

@s-tajima
Created February 19, 2014 09:15
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 s-tajima/9088591 to your computer and use it in GitHub Desktop.
Save s-tajima/9088591 to your computer and use it in GitHub Desktop.
Fluentd source code for explain dns cache behavior.
<match stream.**>
type forward
flush_interval 10s
buffer_type file
buffer_path /var/log/td-agent/buffer/${tag}
<server>
host aggregator.ec2
</server>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment