mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
Adds a check to the settings at startup to ensure that the security and audit indices are allowed to be auto created if a user has disabled auto create explicitly. Additionally fixes a small issue with the error message for watcher passing the incorrect value. Closes elastic/elasticsearch#1453 Original commit: elastic/x-pack-elasticsearch@2b0698ff19
= 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.