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 9d93facd6ed Docs sync done from apache/pulsar(#d926582)
9d93facd6ed is described below
commit 9d93facd6ed4c368d9d1921cc93ae96a4755506b
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Mon May 23 12:06:40 2022 +0000
Docs sync done from apache/pulsar(#d926582)
---
site2/website-next/docs/io-elasticsearch-sink.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/site2/website-next/docs/io-elasticsearch-sink.md
b/site2/website-next/docs/io-elasticsearch-sink.md
index ada9ce71916..26ea81f6026 100644
--- a/site2/website-next/docs/io-elasticsearch-sink.md
+++ b/site2/website-next/docs/io-elasticsearch-sink.md
@@ -86,6 +86,7 @@ The configuration of the Elasticsearch sink connector has the
following properti
| `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. |
+| `canonicalKeyFields` | Boolean | false | false | Whether to sort the key
fields for JSON and Avro or not. If it is set to `true` and the record key
schema is `JSON` or `AVRO`, the serialized object does not consider the order
of properties. |
### Definition of ElasticSearchSslConfig structure: