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