fix typo (#23424)
This commit is contained in:
parent
3134d6b520
commit
42f6d1e900
|
@ -426,7 +426,7 @@ POST _reindex
|
||||||
The `host` parameter must contain a scheme, host, and port (e.g.
|
The `host` parameter must contain a scheme, host, and port (e.g.
|
||||||
`https://otherhost:9200`). The `username` and `password` parameters are
|
`https://otherhost:9200`). The `username` and `password` parameters are
|
||||||
optional and when they are present reindex will connect to the remote
|
optional and when they are present reindex will connect to the remote
|
||||||
Elasticsearch node using using basic auth. Be sure to use `https` when using
|
Elasticsearch node using basic auth. Be sure to use `https` when using
|
||||||
basic auth or the password will be sent in plain text.
|
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.yaml using the
|
||||||
|
|
Loading…
Reference in New Issue