Created
October 10, 2013 21:16
-
-
Save danslimmon/6925793 to your computer and use it in GitHub Desktop.
Should this not generate an event every 5 seconds with "foo.count", "foo.rate_1m", etc. fields?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input { stdin {} } | |
filter { metrics { meter => [ "foo" ] } } | |
output { stdout { debug => true } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I feed it with input, but I don't get any metric events.