Now my requirement is to fetch multiple records from this CSV data based on multiple values of the column “Profile” using a single query with parse-csv command.
I am able to fetch a single record using the below UQL query-
It would like to fetch both the records ( With Profile,Slice columns ) when “Profile” value is equal to “1-SASE” or “12-Production” using a single query in Grafana and show the result in a tabular format.
The table should show as below -
Profile Slice
1-SASE 5000
12-Production 100
Need to achieve this using a single query in Grafana where the “Profile” column values would come as variables.
where the “Profile” column values would come as variables
As Grafana built-in variables or known beforehand?
If known beforehand, something like this (which was mentioned in the link) should work (with backend parser), e.g.: