2b3c157c97
We currently store the names of indices as a comma separated string instead of an array. An array is the proper format for this information so this commit changes the index audit trail to store the indices as an array. Closes elastic/elasticsearch#917 Original commit: elastic/x-pack-elasticsearch@025393d91c |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
README.asciidoc
= 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.