Hi,
I am using Grafana 8.0 on Windows 10.
I am pulling data through JSON Api plugin and trying to filter the json element.
$.results[].connections[].attributes[?(@.via_proxy == ‘false’)].via_proxy
I am using Stat visual and trying to count the output but it is not returning anything i.e. 0. Jsonpath filter is not working.
How can I resolve it? Thanks.