knightss27 / grafana-network-weathermap

A fully featured and customizable network weathermap plugin for Grafana (9.0+).
https://grafana.com/grafana/plugins/knightss27-weathermap-panel/
Apache License 2.0
132 stars 6 forks source link

Not able to define different usage for each links #35

Closed Umar3331 closed 1 year ago

Umar3331 commented 1 year ago

Problem I am planning to create this weathermap, example i am taking four nodes and creating two links between them, example from node a to node b and from node c to node d. image

then i have elasticsearh index which contains information of outBps and InBps then i create a query which will pull outBps and InBps for each link, image image

so when i am trying to select this created query on the right side panel of A side and Z side it is not able to differentiate between these query and eventually gives me the same output image

Expected behavior i should be able to select different usage from the queries of different links image like this how is this achievable

VERSIONS! (please complete the following information):

so please help screen shot is attached, Thank you

Umar3331 commented 1 year ago

if you can help with some mock examples of this weathermap collecting data from ealsticsearch?

knightss27 commented 1 year ago

Yes, if the queries have the exact same name they're going to be selected as the same. I can't really do much about this since there is no other better way to track queries unfortunately. Are you able to just add a some pattern in the "Alias" field of Elasticsearch to make the queries differently named?