Watcher rule query on the same row data

I have a use case where i fetch set of records from elastic search in my Webhook watcher rule. The retrieved records contains two column (say x & y), In the watcher rule body i would like to loop the data and include only those data where the value x is greater than y and post only those data to the webhook.

You can do that with a transform in the action. See Payload transforms | Elasticsearch Guide [7.13] | Elastic

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.