mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 13:26:02 +00:00
This changes the usage stats for the realms to not use nested objects but to instead group values by the realm type. Additionally, the realms now return the actual size of the users that are contained or have recently logged in (in case of LDAP/AD). Additionally, the audit section will always contain an enabled flag and a new field has been added to capture whether anonymous access is enabled or not. See elastic/elasticsearch#2210 Original commit: elastic/x-pack-elasticsearch@9cc2852585
= 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.