- What Grafana version and what operating system are you using?
Grafana Cloud Version 9
- What are you trying to achieve?
I’m trying to add variables to a dashboard using an JSON feed → https://services.nvd.nist.gov/rest/json/cves/1.0?
- How are you trying to achieve it?
I go to the dashboard that I want to add a variable too. I create the variable using the following param using SimpleJSON as my API.
Datasource = https://services.nvd.nist.gov/rest/json/cves/1.0?
Field = $.result.CVE_Items[*].cve.CVE_data_meta.ID
This returns a list of the data I want my dashboard to filter on.
I add this to the dashboard but when I select a particular CVE at random, it doesn’t get applied to any of the underlying tables. It’s almost like the variable is not dynamic.
- What happened?
As above.
- What did you expect to happen?
I should be to filter on the data that I want only to show.
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
N/A
- Did you follow any online instructions? If so, what is the URL?
NA/