Grafana dashboard with Elastic datasource represent summary of networks

I am using Grafana version 11.6.0 on Rocky Linux 9. I am trying to build a dashboard that summarizes network adapter utilization for each server in the farm.

I would like to have a sample dashboard that shows this utilization summary in a table.

±---------------------------------------------------------------------+
| Server name | CPU% | Mem% | Network busy% |
±---------------------------------------------------------------------+
| server-AA … | 20% … | 60% …| 60% …|
| server-BB … | 20% … | 60% …| 60% …|
±---------------------------------------------------------------------+

Hi, so… what’s your question :sweat_smile: . Do you have a problem with getting the data from elastic or transforming your queries to required table?

1 Like