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 2cd24c92979 Docs sync done from apache/pulsar(#5e21a17)
2cd24c92979 is described below
commit 2cd24c92979d12bee03b310727e6a441a4adc1b7
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Fri Nov 25 18:01:42 2022 +0000
Docs sync done from apache/pulsar(#5e21a17)
---
site2/website-next/docs/io-elasticsearch-sink.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/site2/website-next/docs/io-elasticsearch-sink.md
b/site2/website-next/docs/io-elasticsearch-sink.md
index 26e04569ef7..ba593e62ad1 100644
--- a/site2/website-next/docs/io-elasticsearch-sink.md
+++ b/site2/website-next/docs/io-elasticsearch-sink.md
@@ -33,17 +33,17 @@ entry.<br /><br />The `DELETE` operation can be performed
when the primary key i
not empty and the remaining value is empty. Use the `nullValueAction` to
configure this behavior. The default configuration simply ignores such empty
values.
-
+
### Map multiple indexes
-
+
Since Pulsar 2.9.0, the `indexName` property is no more required. If you omit
it, the sink writes to an index name after the Pulsar topic name.
-
+
### Enable bulk writes
-
+
Since Pulsar 2.9.0, you can use bulk writes by setting the `bulkEnabled`
property to `true`.
-
+
### Enable secure connections via TLS
-
+
Since Pulsar 2.9.0, you can enable secure connections with TLS.
## Configuration