mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
This change creates the CryptoService during xpack plugin construction, and also collapses the only implementation of CryptoService into a class instead of an interface. Original commit: elastic/x-pack-elasticsearch@7f00a5d6ef
= 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.