You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2022/05/05 12:42:31 UTC

[pulsar] branch master updated: [doc][elasticsearch-sink] Remove 'compatibilityMode' from the Pulsar 2.10 docs (#15427)

This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new b561d2321e5 [doc][elasticsearch-sink] Remove 'compatibilityMode' from the Pulsar 2.10 docs (#15427)
b561d2321e5 is described below

commit b561d2321e5beada8aefeaef4300a704696a7b2c
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Thu May 5 14:42:21 2022 +0200

    [doc][elasticsearch-sink] Remove 'compatibilityMode' from the Pulsar 2.10 docs (#15427)
---
 site2/website/versioned_docs/version-2.10.0/io-elasticsearch-sink.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/site2/website/versioned_docs/version-2.10.0/io-elasticsearch-sink.md b/site2/website/versioned_docs/version-2.10.0/io-elasticsearch-sink.md
index a014c44b89d..c00fd5244f3 100644
--- a/site2/website/versioned_docs/version-2.10.0/io-elasticsearch-sink.md
+++ b/site2/website/versioned_docs/version-2.10.0/io-elasticsearch-sink.md
@@ -78,7 +78,6 @@ The configuration of the Elasticsearch sink connector has the following properti
 | `username` | String| false |" " (empty string)| The username used by the connector to connect to the elastic search cluster. <br><br>If `username` is set, then `password` should also be provided. |
 | `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. |
 
 ### Definition of ElasticSearchSslConfig structure: