mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
The default settings for the SSL session cache is unbounded with a timeout of 24 hours. This can lead to memory issues when clients do not resume connections. This adds a default limit of 1000 sessions in the cache in addition to exposing settings to control these values. Closes elastic/elasticsearch#602 Original commit: elastic/x-pack-elasticsearch@9cdc7b613c
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.
Description
Languages
Java
99.5%
Groovy
0.4%