From 1bce988f1c9dfdd26e8cbcf00f16d263db6f9f94 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Wed, 27 Jun 2018 12:32:16 -0700 Subject: [PATCH] Update reindex.asciidoc --- 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 c04bbd6813795..e6a47e0a39823 100644 --- a/docs/reference/docs/reindex.asciidoc +++ b/docs/reference/docs/reindex.asciidoc @@ -428,7 +428,7 @@ The `username` and `password` parameters are optional, and when they are present 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