From e5e6a0552a0a762fc4bd956dff4292083ff0fcd5 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Wed, 27 Jun 2018 12:46:29 -0700 Subject: [PATCH] Update reindex.asciidoc (#31626) --- docs/reference/docs/reindex.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/docs/reindex.asciidoc b/docs/reference/docs/reindex.asciidoc index aec490904f21f..eda4bc9b9fcef 100644 --- a/docs/reference/docs/reindex.asciidoc +++ b/docs/reference/docs/reindex.asciidoc @@ -428,7 +428,7 @@ optional, and when they are present `_reindex` will connect to the remote Elasticsearch node using basic auth. Be sure to use `https` when using basic auth or the password will be sent in plain text. -Remote hosts have to be explicitly whitelisted in elasticsearch.yaml using the +Remote hosts have to be explicitly whitelisted in elasticsearch.yml using the `reindex.remote.whitelist` property. It can be set to a comma delimited list of allowed remote `host` and `port` combinations (e.g. `otherhost:9200, another:9200, 127.0.10.*:9200, localhost:*`). Scheme is