16848c6043
This change disables document and field level security by default so that we are able to maintain bulk update functionality. Users that enable DLS/FLS will not have this functionality. Additionally, if a user tries to configure DLS/FLS in a role without enabling it, the role will be skipped during parsing and a log message will be logged at the error level. See elastic/elasticsearch#938 Original commit: elastic/x-pack-elasticsearch@60c7519092 |
||
---|---|---|
buildSrc | ||
marvel | ||
qa | ||
shield | ||
watcher | ||
x-dev-tools | ||
.dir-locals.el | ||
.projectile | ||
LICENSE.txt | ||
README.asciidoc | ||
build.gradle | ||
settings.gradle |
README.asciidoc
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel = Testing with Elasticsearch Sometimes it is useful to use your local elasticsearch checkout with x-plugins. To do this, run the following commands: cd buildSrc gradle attach --name elasticsearch --path /path/to/elasticsearch/buildSrc cd .. gradle attach --name elasticsearch --path /path/to/elasticsearch This will cause building x-plugins to reflect any changes in your elasticsearch repo. For example, if you make a change to elasticsearch core, building x-plugins will first re-build elasticsearch core, and use that when building x-plugins.