Chained Variable on Elastic Search Datasource not working

Hello,

Does chain variable works for Elastic Search 7.0+ ? I am unable to configure it.

A simple example would be highly appreciated. I created a variable A, {“find”: “terms”, “field”: “A.keyword”, “size”:1000}, and I would like to apply the filter on B variable such as, {“find”: “terms”, “field”: “B.keyword”, “query”:“A:$A”}

Any help would be highly appreciated.

Thanks and regards,
Abijitha

Hello :wave: and welcome to the forum, @abhijithngrv

here is a link to some chained variables examples on play.grafana.org

you can inspect the dashboards and see how they work :+1: