Skip to content

Instantly share code, notes, and snippets.

@darkone23
Created November 6, 2013 20:26
Show Gist options
  • Save darkone23/7343480 to your computer and use it in GitHub Desktop.
Save darkone23/7343480 to your computer and use it in GitHub Desktop.
input {
generator {}
}
filter {
metrics {
meter => "events"
add_tag => "metric"
}
}
output {
if "metric" in [tags] {
stdout {
codec => rubydebug
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment