mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 04:15:02 +00:00
This ensures that invalid watches are not even added and rejected on index time. Closes elastic/elasticsearch#1510 Original commit: elastic/x-pack-elasticsearch@d18e0c8ef6
= 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.