mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 01:46:25 +00:00
The active state was not serialized in the PutWatchRequest leading to to always setting it to active, when a different node than the master node was hit with a put watch request. Closes elastic/elasticsearch#2490 Original commit: elastic/x-pack-elasticsearch@060c0fa35f
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.