Skip to content

Commit 9fcada6

Browse files
add cross-reference to SSL settings in docs
1 parent 2b67821 commit 9fcada6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/elasticsearch/rest-apis/reindex-indices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ The `host` parameter must contain a scheme, host, port (for example, `https://<O
624624
### Using basic auth [reindex-basic-auth]
625625

626626
To authenticate with the remote cluster using basic auth, set the `username` and `password` parameters, as in the example above.
627-
Be sure to use `https` when using basic auth, or the password will be sent in plain text. There are a range of settings available to configure the behaviour of the `https` connection.
627+
Be sure to use `https` when using basic auth, or the password will be sent in plain text. There are a [range of settings](#reindex-ssl) available to configure the behaviour of the `https` connection.
628628

629629
### Using an API key [reindex-api-key]
630630

@@ -691,7 +691,7 @@ POST _reindex
691691
::::
692692

693693

694-
Be sure to use `https` when using an API key, or it will be sent in plain text. There are a range of settings available to configure the behaviour of the `https` connection.
694+
Be sure to use `https` when using an API key, or it will be sent in plain text. There are a [range of settings](#reindex-ssl) available to configure the behaviour of the `https` connection.
695695

696696
### Whitelisting remote hosts [reindex-remote-whitelist]
697697

0 commit comments

Comments
 (0)