This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new b4cff28350 Docs sync done from apache/pulsar(#93331d3)
b4cff28350 is described below
commit b4cff28350720f38e62faf30ad4c9d17cf4a29be
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Thu Apr 21 12:08:21 2022 +0000
Docs sync done from apache/pulsar(#93331d3)
---
site2/docs/io-elasticsearch-sink.md | 2 ++
site2/website-next/docs/io-elasticsearch-sink.md | 2 ++
2 files changed, 4 insertions(+)
diff --git a/site2/docs/io-elasticsearch-sink.md
b/site2/docs/io-elasticsearch-sink.md
index 495323f132..6c415c2b04 100644
--- a/site2/docs/io-elasticsearch-sink.md
+++ b/site2/docs/io-elasticsearch-sink.md
@@ -78,6 +78,8 @@ The configuration of the Elasticsearch sink connector has the
following properti
| `password` | String| false | " " (empty string)|The password used by the
connector to connect to the elastic search cluster. <br><br>If `username` is
set, then `password` should also be provided. |
| `ssl` | ElasticSearchSslConfig | false | | Configuration for TLS encrypted
communication |
| `compatibilityMode` | enum (AUTO,ELASTICSEARCH,ELASTICSEARCH_7,OPENSEARCH) |
AUTO | | Specify compatibility mode with the ElasticSearch cluster. `AUTO`
value will try to auto detect the correct compatibility mode to use. Use
`ELASTICSEARCH_7` if the target cluster is running ElasticSearch 7 or prior.
Use `ELASTICSEARCH` if the target cluster is running ElasticSearch 8 or higher.
Use `OPENSEARCH` if the target cluster is running OpenSearch. |
+| `token` | String| false | " " (empty string)|The token used by the connector
to connect to the ElasticSearch cluster. Only one between basic/token/apiKey
authentication mode must be configured. |
+| `apiKey` | String| false | " " (empty string)|The apiKey used by the
connector to connect to the ElasticSearch cluster. Only one between
basic/token/apiKey authentication mode must be configured. |
### Definition of ElasticSearchSslConfig structure:
diff --git a/site2/website-next/docs/io-elasticsearch-sink.md
b/site2/website-next/docs/io-elasticsearch-sink.md
index f3558b5bf3..38873789d7 100644
--- a/site2/website-next/docs/io-elasticsearch-sink.md
+++ b/site2/website-next/docs/io-elasticsearch-sink.md
@@ -78,6 +78,8 @@ The configuration of the Elasticsearch sink connector has the
following properti
| `password` | String| false | " " (empty string)|The password used by the
connector to connect to the elastic search cluster. <br /><br />If `username`
is set, then `password` should also be provided. |
| `ssl` | ElasticSearchSslConfig | false | | Configuration for TLS encrypted
communication |
| `compatibilityMode` | enum (AUTO,ELASTICSEARCH,ELASTICSEARCH_7,OPENSEARCH) |
AUTO | | Specify compatibility mode with the ElasticSearch cluster. `AUTO`
value will try to auto detect the correct compatibility mode to use. Use
`ELASTICSEARCH_7` if the target cluster is running ElasticSearch 7 or prior.
Use `ELASTICSEARCH` if the target cluster is running ElasticSearch 8 or higher.
Use `OPENSEARCH` if the target cluster is running OpenSearch. |
+| `token` | String| false | " " (empty string)|The token used by the connector
to connect to the ElasticSearch cluster. Only one between basic/token/apiKey
authentication mode must be configured. |
+| `apiKey` | String| false | " " (empty string)|The apiKey used by the
connector to connect to the ElasticSearch cluster. Only one between
basic/token/apiKey authentication mode must be configured. |
### Definition of ElasticSearchSslConfig structure: