0d1f3da353
This commit is the forward port of renaming the type for esusers to file. There is no backwards compatibility maintained here. Additionally, a few other renames and cleanups have been made: * `esusers` commands is now `users` * org.elasticsearch.shield.authc.esusers -> org.elasticsearch.shield.authc.file * Validation.ESUsers -> Validation.Users * ESUsersTool -> UsersTool * ESUsersToolTests -> UsersToolTests * ESNativeUsersStore -> NativeUsersStore * ESNativeRolesStore -> NativeRolesStore. * org.elasticsearch.shield.authz.esnative collapsed to org.elasticsearch.shield.authz.store * ESNativeTests -> NativeRealmIntegTests Closes elastic/elasticsearch#1793 Original commit: elastic/x-pack-elasticsearch@d2a0c136f3 |
||
---|---|---|
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.