The json produced by dynastats needs some work, currently it looks like:
{"name":"msg_per_host","origin":"dynstats.bucket","z-scribe1r-b":80,"SWEB10":67}
This is not something that can readily be handled, and since the hostname is at
the same level as name or origin, it's just begging for abuse.
It would be far better to put these into an array that could then be handled via
foreach
something like:
{"name":"msg_per_host","origin":"dynstats.bucket",items:["z-scribe1r-b":80,"SWEB10":67]}
Yes, this has hit a stable release, but the docs still haven't made it to the
website (which is still showing 8.16) and so I don't think anyone is depending
on this syntax yet, so I think we can get away with changing it.
David Lang
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE
THAT.