On a trial installation, watches were working fine till yesterday, but today we get an error. Elastic cluster and Kibana is up and running. On the sense console, whenever I try to DELETE or PUT a watch I get (I had to type it, sorry if typos are present or if not a valid JSON
PUT _watcher/watch/myWatch --> failing, but was working fine till yesterday DELETE _watcher/watch/myWatch --> failing, but was working fine till yesterday
It was apparently due to too many watches being in the execution queue, and I guess that's the reason why PUT and DELETE did not work. It was in a loop such that as new watches pop up the overall situation was unstable. I had to fix it in a hard way
That was a trial so did not matter but be careful about the trigger intervals.
Maybe this helps if this happens again: If you can't delete a watch because it continuously being used. You can also delete via the delete watch api by using the force option in the query string.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.