82beae9c0c
A large number of recent test failures have been caused by failure to bind a port in the range 32900 to 32999. The ports are now tested to see if they can be bound by this JVM and if not tries to bind another port. This will decrease the likelihood of a port bind failure but another application could still bind a port before the node starts up. Closes elastic/elasticsearch#737 Original commit: elastic/x-pack-elasticsearch@aaf098758f |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
all-signatures.txt | ||
core-signatures.txt | ||
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.