Is there a way to enable/disable watches? Was hoping there might be a special trigger or some way to trick the trigger to not fire but not finding anything.
Any thoughts?
Is there a way to enable/disable watches? Was hoping there might be a special trigger or some way to trick the trigger to not fire but not finding anything.
Any thoughts?
Watcher currently doesn't support enable/disable (though being an essential functionality it's already on the short term roadmap). One way you could consider to simulate "disabling" a watch (albeit hacky) is to change its trigger to a cron trigger that will never fire (a la 0 0 0 1 1 ? 2050
).
Thanks Uri. That was exactly what I was looking for (not sure how I missed it)
© 2020. All Rights Reserved - Elasticsearch
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.