Visualize real data

Hi, I'm new in ELK, I get telemetry data from cisco switch and send to elasticsearch, these datas include real transport bytes, packets... based on time.

so I want reveal the real transport bytes, packets as metrics in kibana visualization based on the time in telemetry data , not use 'avg/sum/min/max ...' in Y-axis, So how can I do that?

Thanks a lot.

Hello David,

So you have elasticsearch aggregations https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html - where using different kind of metric aggs and bucket aggs we can make visualizations.

You can always rename your aggs using custom label options in Kibana visualizations using custom label

06%20PM

Also some of the beats might get you what you want without building anything:
https://www.elastic.co/products/beats they come with pre-built dashboards.

Hope this helps
Thanks,
Bhavya

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.