Skip to content

Commit

Permalink
Add TLS enabled property to Elasticsearch docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow authored and martint committed Jun 1, 2022
1 parent 20daf4e commit 48dab89
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/src/main/sphinx/connector/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,20 @@ TLS security
The Elasticsearch connector provides additional security options to support
Elasticsearch clusters that have been configured to use TLS.

The connector supports key stores and trust stores in PEM or Java Key Store
(JKS) format. The allowed configuration values are:
If your cluster has globally-trusted certificates, you should only need to
enable TLS. If you require custom configuration for certificates, the connector
supports key stores and trust stores in PEM or Java Key Store (JKS) format.

The allowed configuration values are:

.. list-table:: TLS Security Properties
:widths: 40, 60
:header-rows: 1

* - Property name
- Description
* - ``elasticsearch.tls.enabled``
- Enables TLS security.
* - ``elasticsearch.tls.keystore-path``
- The path to the PEM or JKS key store. This file must be readable by the
operating system user running Trino.
Expand Down

0 comments on commit 48dab89

Please sign in to comment.