JSON API Datasource Jsonpath filter not Working

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.

hi @ziyabikram

Can you provide an example json that you are trying to parse?

This topic was automatically closed after 365 days. New replies are no longer allowed.