Skip to content

Commit a454bf2

Browse files
authored
clarify remote reindex settings
1 parent 42e1684 commit a454bf2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/reference/docs/reindex.asciidoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,14 @@ Remote hosts have to be explicitly whitelisted in elasticsearch.yaml using the
432432
`reindex.remote.whitelist` property. It can be set to a comma delimited list
433433
of allowed remote `host` and `port` combinations (e.g.
434434
`otherhost:9200, another:9200, 127.0.10.*:9200, localhost:*`). Scheme is
435-
ignored by the whitelist - only host and port are used.
435+
ignored by the whitelist - only host and port are used, for example:
436+
437+
438+
```
439+
reindex.remote.whitelist: "otherhost:9200, another:9200, 127.0.10.*:9200, localhost:*"
440+
```
441+
442+
The whitelist must be configured on any nodes that will coordinate the reindex.
436443

437444
This feature should work with remote clusters of any version of Elasticsearch
438445
you are likely to find. This should allow you to upgrade from any version of

0 commit comments

Comments
 (0)