mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
Today Watcher tries to load stuff from the bin's parent directory which is not readable since the shared data directory has been moved out of the nodes parent in elasticsearchelastic/elasticsearch#17072 which causes security exception now. The test copies trust stores into the config dir and that's where we should read it from by default or even better explicitly configure the path?! Original commit: elastic/x-pack-elasticsearch@1d32a595cf
= 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.