Oops, looks like the documentation for the disk stats filter is missing the ticker_interval setting. If you don't set a ticker_interval then the timer_event function won't fire, which means the filter won't be emitting any output. Try setting ticker_interval on the filter to match whatever you've set on the FilePollingInput and you should see start to see output.
I'll update the docs now. -r On 04/26/2015 10:54 PM, [email protected] wrote:
I've been playing around with heka (very nice project by the way) from git master, and wanted to try out the various graph filters. I managed to get the statsd and memstats filters to produce output. The diskstats and procstats don't seem to be producting any output. An strace shows the process reading the correct files, I can read the files, selinux is off, so I'm not sure what could be going wrong. The dashboard counters for processes messages also seems to indicate that the filters are doing work. Normally I would figure I munted the config somehow, but this is simply a copy and paste. Is there something other than the config example from the decoder and filter documentation that is needed? Cheers, Chris _______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka
_______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka

