aa2eb15f31
This commit fixes the bad apple tests that failed when running them. The IndexAuditTrailEnabledTest was removed and the test was folded into the IndexAuditIT. Some watcher tests that relied on mustache were moved into the QA tests with the mustache plugin. Additionally, fixing these tests uncovered a issue with the privileges needed for writing data into an index. If the mappings need to be updated because of a write, then the update mapping action gets executed. In 2.x this was handled by the system user, but now is executed under the user's context, which is the correct thing to do. The update mapping action is now added to the read, index, crud, and write privileges for an index. Original commit: elastic/x-pack-elasticsearch@30711f9625 |
||
---|---|---|
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.