Skip to content
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

Merged
merged 4 commits into from
Feb 11, 2019
Merged

Conversation

tvernum
Copy link
Contributor

@tvernum tvernum commented Feb 6, 2019

Reindex from remote now supports configurable SSL/TLS (node level)
settings. This change adds documentation relating to those settings

Relates: #37527

Reindex from remote now supports configurable SSL/TLS (node level)
settings. This change adds documentation relating to those settings

Relates: elastic#37527
@tvernum tvernum added >docs General docs changes :Distributed Indexing/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. v7.0.0 :Security/TLS SSL/TLS, Certificates v6.7.0 labels Feb 6, 2019
@tvernum tvernum requested a review from lcawl February 6, 2019 04:36
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-security

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@jasontedor jasontedor added v8.0.0 and removed v7.0.0 labels Feb 6, 2019
==== Configuring SSL parameters

Reindex from remote supports configurable SSL settings. These must be
specified in the `elasticsearch.yml` file (or, for "secure settings",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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


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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
in the elasticsearch keystore). It is not possible to configure
in the Elasticsearch keystore. It is not possible to configure


`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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
used for http client authentication (if required by the remote cluster)
used for HTTP client authentication (if required by the remote cluster).


`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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).

Copy link
Contributor

@lcawl lcawl left a 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

@tvernum tvernum merged commit 4f68a4a into elastic:master Feb 11, 2019
tvernum added a commit to tvernum/elasticsearch that referenced this pull request Feb 11, 2019
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
tvernum added a commit to tvernum/elasticsearch that referenced this pull request Feb 11, 2019
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
tvernum added a commit that referenced this pull request Feb 11, 2019
Reindex from remote now supports configurable SSL/TLS (node level)
settings. This change adds documentation relating to those settings

Relates: #37527
Backport of: #38486
tvernum added a commit to tvernum/elasticsearch that referenced this pull request Feb 11, 2019
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
tvernum added a commit that referenced this pull request Feb 11, 2019
Reindex from remote now supports configurable SSL/TLS (node level)
settings. This change adds documentation relating to those settings

Relates: #37527
Backport of: #38486
tvernum added a commit that referenced this pull request Feb 11, 2019
Reindex from remote now supports configurable SSL/TLS (node level)
settings. This change adds documentation relating to those settings

Relates: #37527
Backport of: #38486
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. >docs General docs changes :Security/TLS SSL/TLS, Certificates v6.7.0 v7.0.0-beta1 v7.2.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants