🔎 Open source distributed and RESTful search engine.
Go to file
jaymode 7c67b49aa5 system actions are only logged at the correct audit level
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
2015-06-12 08:39:43 -04:00
dev-tools update shield to depend on elasticsearch 2.0 2015-05-26 13:57:58 -04:00
src system actions are only logged at the correct audit level 2015-06-12 08:39:43 -04:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
NOTICE.txt Added unboundID free use license to NOTICE.txt 2015-03-04 10:34:55 +01:00
README.asciidoc Docs: Added SSL certification/CA creation docs 2014-07-23 15:42:10 +02:00
TESTING.asciidoc update shield to depend on elasticsearch 2.0 2015-05-26 13:57:58 -04:00
pom.xml remove use of shaded core packages 2015-06-06 15:37:24 -04:00
test-signatures.txt remove commons codec dependency 2015-06-01 07:52:38 -04:00
tests.policy Integration with license plugin 2014-12-04 20:49:35 +01:00

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.