- What Grafana version and what operating system are you using?
Grafana v11.4.0 and Linux.
- What are you trying to achieve?
I want to extract multiple values from a single variable I build via an Infinity API call. Using the plugin I can arrange the return values as JSON {“hostname”:“host”,“interface_name”:“intname1”} or a string “host1|intname1” but I can not figure out if it is possible to extract them later in Grafana? My goal would be to have this variable repeat to create new panels. The queries for each panel would be based on extracting different parts of the single variable.
I can get something similar working with rows. So hostname as my row variable and interface_name for each panel. This works fine but I have a lot of graph with “no data” which I don’t want and can’t hide.
Any help much appreciated, thanks!