480ee9cabc
Currently, any plugin that is on the classpath will be loaded by the TransportClient we create for remote audit indexing. The only plugin that should be loaded for this client is the Shield plugin. To accomplish this, we disable loading of plugins from the classpath and specify that the Shield plugin should be loaded. Closes elastic/elasticsearch#941 Original commit: elastic/x-pack-elasticsearch@2bc0a8ce17 |
||
---|---|---|
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.