Skip to content

Commit 50e60a5

Browse files
authored
Update reindex.asciidoc (#31626)
1 parent b8907b0 commit 50e60a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/docs/reindex.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ The `username` and `password` parameters are optional, and when they are present
428428
will connect to the remote Elasticsearch node using basic auth. Be sure to use `https` when
429429
using basic auth or the password will be sent in plain text.
430430

431-
Remote hosts have to be explicitly whitelisted in elasticsearch.yaml using the
431+
Remote hosts have to be explicitly whitelisted in elasticsearch.yml 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

0 commit comments

Comments
 (0)