-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs for new reindex.ssl settings #38486
Conversation
Reindex from remote now supports configurable SSL/TLS (node level) settings. This change adds documentation relating to those settings Relates: elastic#37527
Pinging @elastic/es-security |
Pinging @elastic/es-distributed |
docs/reference/docs/reindex.asciidoc
Outdated
==== Configuring SSL parameters | ||
|
||
Reindex from remote supports configurable SSL settings. These must be | ||
specified in the `elasticsearch.yml` file (or, for "secure settings", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specified in the `elasticsearch.yml` file (or, for "secure settings", | |
specified in the `elasticsearch.yml` file, with the exception of the secure settings, which you add |
docs/reference/docs/reindex.asciidoc
Outdated
|
||
Reindex from remote supports configurable SSL settings. These must be | ||
specified in the `elasticsearch.yml` file (or, for "secure settings", | ||
in the elasticsearch keystore). It is not possible to configure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the elasticsearch keystore). It is not possible to configure | |
in the Elasticsearch keystore. It is not possible to configure |
docs/reference/docs/reindex.asciidoc
Outdated
|
||
`reindex.ssl.certificate`:: | ||
Specifies the path to the PEM encoded certificate (or certificate chain) to be | ||
used for http client authentication (if required by the remote cluster) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used for http client authentication (if required by the remote cluster) | |
used for HTTP client authentication (if required by the remote cluster). |
docs/reference/docs/reindex.asciidoc
Outdated
|
||
`reindex.ssl.keystore.path`:: | ||
Specifies the path to the keystore that contains a private key and certificate | ||
to be used for http client authentication (if required by the remote cluster). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be used for http client authentication (if required by the remote cluster). | |
to be used for HTTP client authentication (if required by the remote cluster). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds successfully and LGTM with minor suggestions
Reindex from remote now supports configurable SSL/TLS (node level) settings. This change adds documentation relating to those settings Relates: elastic#37527 Backport of: elastic#38486
Reindex from remote now supports configurable SSL/TLS (node level) settings. This change adds documentation relating to those settings Relates: elastic#37527 Backport of: elastic#38486
Reindex from remote now supports configurable SSL/TLS (node level) settings. This change adds documentation relating to those settings Relates: elastic#37527 Backport of: elastic#38486
Reindex from remote now supports configurable SSL/TLS (node level)
settings. This change adds documentation relating to those settings
Relates: #37527