7c67b49aa5
Today, some system actions could be logged by default when the actions performed are not internal. Additionally for internal actions, we never checked if the user was the system user. This adds a check to ensure the user is the System user and that the actions that are being suppressed are known system actions. Closes elastic/elasticsearch#902 Original commit: elastic/x-pack-elasticsearch@b107994692 |
||
---|---|---|
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.