d3cbea6f4c
Currently, we use the local cluster state when determining if the index audit trail can be started. This is correct when we are logging to the same cluster but is incorrect when we log to a remote cluster. Instead we should try to initialize the client and get the remote cluster's state. This also changes the enqueue method to stop throwing an exception on failing to add a message to the queue. The exception was unnecessary and causing hard to read logs. It is now replaced with a simple warn log message. Closes elastic/elasticsearch#317 Original commit: elastic/x-pack-elasticsearch@238e9159b3 |
||
---|---|---|
.. | ||
.settings | ||
bin/shield | ||
config/shield | ||
dev-tools | ||
docs | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
pom.xml | ||
test-signatures.txt |
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.