Merge pull request elastic/elasticsearch#1766 from jimferenczi/xpack_isolation
xpack plugin can be isolated now that we have xpack extension support Original commit: elastic/x-pack-elasticsearch@933f4acf23
This commit is contained in:
commit
a56a5dd193
|
@ -6,8 +6,6 @@ esplugin {
|
||||||
name 'xpack'
|
name 'xpack'
|
||||||
description 'Elasticsearch Expanded Pack Plugin'
|
description 'Elasticsearch Expanded Pack Plugin'
|
||||||
classname 'org.elasticsearch.xpack.XPackPlugin'
|
classname 'org.elasticsearch.xpack.XPackPlugin'
|
||||||
// FIXME we still can't be isolated due to shield custom realms
|
|
||||||
isolated false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.versions = [
|
ext.versions = [
|
||||||
|
|
Loading…
Reference in New Issue