Skip to content

Commit adc2d40

Browse files
geekpeteChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Add reindex.remote.whitelist example (elastic#30828)
1 parent ae2f021 commit adc2d40

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/reference/docs/reindex.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,15 @@ 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+
[source,yaml]
439+
--------------------------------------------------
440+
reindex.remote.whitelist: "otherhost:9200, another:9200, 127.0.10.*:9200, localhost:*"
441+
--------------------------------------------------
442+
443+
The whitelist must be configured on any nodes that will coordinate the reindex.
436444

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

0 commit comments

Comments
 (0)