I monitor number of packets sent and received in my network and would like to visualize this in Kibana.
I can plot one entity at the time but I would like to see both at the same time.
I have data looking like this:
As you can see, both counters stores the interesting data in a field called value.
When I make a search for for both "n_sent_packets" and "n_received_packets" I will see the sum when I try to make a graph.
Is it possible to show two individual graphs when data is stored using the same field name?
If so, how?
if i understand correctly you could do go to visualize->vertical bar chart, select histogram as your x axis aggregation, then add another aggregation to split terms, select term aggregation, select name as a field
you might want to set filters to limit names only to this two options (in case you have more)
I want one bar to sum the values of all events and having the field "n_sent_packets" and the other bar should sum the values of all events having the field "n_received_packets".
I am reading your instruction over and over again but I can not make it right.
I do not find any split tems, I can choose between "split bar" and "split chart"
The result looks loki this:
Both counters still shows the same values.
Do I miss some functionality in my Kibana since I do not find "split term" or is it a typo?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.