Updating/Editing field in ES index using Watcher

I am trying to update an existing field in an ES index using a watcher query (to schedule watches to update this field every so often), specifically trying to change a field "status" to have the value "CLOSED" if it satisfies the condition specified in query. I've read through the post Adding/editing fields through watcher already because it seems similar to the problem I am having. It seems like Watcher is able to use the update by query API via a webhook action but for some reason it is not working for me. The search query within the input part of the JSON for the watch is working properly because it returns the correct output, however, the POST request isn't updating that field within ES. Is there a way I can debug why this request isn't going through?

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