9031cee432
This commit allows authorized users to monitor the security index. This fixes an issue with the _cat/indices api, which resolves the concrete indices using the cluster state and then makes a indices stats request. Without this change, the api fails with an authorization exception because it is specifically requesting the security index and the user is not the internal user. Closes elastic/elasticsearch#1895 Original commit: elastic/x-pack-elasticsearch@070a389833 |
||
---|---|---|
buildSrc | ||
dev-tools | ||
elasticsearch | ||
.dir-locals.el | ||
.projectile | ||
GRADLE.CHEATSHEET | ||
LICENSE.txt | ||
README.asciidoc | ||
build.gradle | ||
gradle.properties | ||
settings.gradle |
README.asciidoc
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel = Setup You must checkout x-plugins and elasticsearch in the same directory as siblings. This elasticsearch checkout will be used when building x-plugins.