mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
A truststore should not be required as the default system truststore can be used to validate certificates that have been signed by most commercial CAs. Additionally, the HttpClient is now a lifecycle component to prevent out of memory exceptions when starting up with a bad configuration; when an exception is thrown in the constructor, Guice will continue to try to create the object until the system runs out of memory. Closes elastic/elasticsearch#476 Original commit: elastic/x-pack-elasticsearch@2333e47ac1
= 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.
Description
Languages
Java
99.5%
Groovy
0.4%