Skip to content

Instantly share code, notes, and snippets.

@hugespoon
Created April 30, 2013 21:52
Show Gist options
  • Save hugespoon/5492223 to your computer and use it in GitHub Desktop.
Save hugespoon/5492223 to your computer and use it in GitHub Desktop.
Basic statsd output configurations
filters {
# basic syslog filters here
metrics {
type => "generated"
meter => "%{source_host}"
add_tag => "metric"
}
}
output {
#stdout { debug => true debug_format => "json"}
elasticsearch_http {
host => "127.0.0.1"
flush_size => "100"
}
statsd {
increment => "%{source_host}.event"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment