I have setup simple json data source to connect to kdb, which I can send query and receive data back. I’d like to add some filtering to the GUI here similar to how the influxdb data source plugin works with the WHERE and GROUP BY, and adding new fields to the query. How can I add these filters to the Grafana frontend so its easier to formulate the queries?
For time being I’ve not found a good approach yet for replicating jq-like functionality in javascript. Any idea how to do that in a straightforward manner would be highly appreciated.