You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a field indicating the Autonomous System number of the event origin
I can currently/easily draw on the same histogram the counts of error event for, say, 5 selected AS.
Unfortunately it has a semantic drawback: if an AS is overly represented, it will probably also have more error events, even if that AS is no more faulty than another in percentage.
So I'd like to draw, on the same histogram, for, the same 5 AS, the percentage of errors by doing, for each bucket, count(errors(AS#n)) * 100 / (count(errors(AS#n)) + count(success(AS#n))).
Would it be doable with Kibana? Should I do some filtering in Logstash? Or should I forward some metrics to Graphite/statsd and continue from there?
The text was updated successfully, but these errors were encountered:
I have some Logstash events with 2 fields:
I can currently/easily draw on the same histogram the counts of error event for, say, 5 selected AS.
Unfortunately it has a semantic drawback: if an AS is overly represented, it will probably also have more error events, even if that AS is no more faulty than another in percentage.
So I'd like to draw, on the same histogram, for, the same 5 AS, the percentage of errors by doing, for each bucket, count(errors(AS#n)) * 100 / (count(errors(AS#n)) + count(success(AS#n))).
Would it be doable with Kibana? Should I do some filtering in Logstash? Or should I forward some metrics to Graphite/statsd and continue from there?
The text was updated successfully, but these errors were encountered: