How to create line graph with multiple sub fields

Hi all

i'm new to kibana and need some help with visualizations

I am monitoring multiple interfaces on multiple network switches and each of the interfaces give the relevant metrics.

What I wanted to do is at the top level display the switches and if you select any switch it should display the interfaces and for the interface should display the relevant metrics over time.

Any help would be much appreciated.

Thanks

Hi,

to achieve what you want, you would need to use a terms aggregation on a field containing the ID of the switch or network interface (I can't find that in your above document). On the x-axis you would then create a date histogram on the @timestamp field and on the y-axis you can then visualize any metric you want (like average of trasnfered bytes, etc.).

Please also have a look into the Getting started documentation to find more information on how to setup your first chart.

Cheers,
Tim

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