You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/06/08 18:05:19 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#bbc404b)

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 6b678e34b7b Docs sync done from apache/pulsar(#bbc404b)
6b678e34b7b is described below

commit 6b678e34b7b3e1e2d80e6025a40ba07c9e39960f
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Wed Jun 8 18:05:16 2022 +0000

    Docs sync done from apache/pulsar(#bbc404b)
---
 site2/website-next/docs/io-elasticsearch-sink.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site2/website-next/docs/io-elasticsearch-sink.md b/site2/website-next/docs/io-elasticsearch-sink.md
index 26ea81f6026..7decfc96552 100644
--- a/site2/website-next/docs/io-elasticsearch-sink.md
+++ b/site2/website-next/docs/io-elasticsearch-sink.md
@@ -87,6 +87,7 @@ The configuration of the Elasticsearch sink connector has the following properti
 | `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. |
+| `stripNonPrintableCharacters` | Boolean| false | true| Whether to remove all non-printable characters from the document or not. If it is set to true, all non-printable characters are removed from the document. |
 
 ### Definition of ElasticSearchSslConfig structure:
 
@@ -94,6 +95,7 @@ The configuration of the Elasticsearch sink connector has the following properti
 |------|----------|----------|---------|-------------|
 | `enabled` | Boolean| false | false | Enable SSL/TLS. |
 | `hostnameVerification` | Boolean| false | true | Whether or not to validate node hostnames when using SSL. |
+| `disableCertificateValidation` | Boolean| false | true | Whether or not to disable the node certificate validation. Changing this value is high insecure and you should not use it in production environment. |
 | `truststorePath` | String| false |" " (empty string)| The path to the truststore file. |
 | `truststorePassword` | String| false |" " (empty string)| Truststore password. |
 | `keystorePath` | String| false |" " (empty string)| The path to the keystore file. |