Handle reindex's change to whitelist

Reindex has grown support for simple whitelist patterns like
`localhost:*` and lost support for `myself`.

Original commit: elastic/x-pack-elasticsearch@31d9c4dc5c
This commit is contained in:
Nik Everett 2016-10-18 15:20:43 -04:00
parent 9bfd1721ca
commit 0f54f9524d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ integTest {
setting 'script.inline', 'true'
plugin ':x-plugins:elasticsearch'
// Whitelist reindexing from the local node so we can test it.
setting 'reindex.remote.whitelist', 'myself'
setting 'reindex.remote.whitelist', '127.0.0.1:*'
extraConfigFile 'x-pack/roles.yml', 'roles.yml'
[
test_admin: 'superuser',