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 4feb0dd Docs sync done from apache/pulsar(#4f1e39b)
4feb0dd is described below
commit 4feb0dd03e21b2707e47a38ad94e0d63c7775715
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Fri Mar 4 06:02:17 2022 +0000
Docs sync done from apache/pulsar(#4f1e39b)
---
site2/docs/io-elasticsearch-sink.md | 4 ++--
site2/website-next/docs/io-elasticsearch-sink.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/site2/docs/io-elasticsearch-sink.md
b/site2/docs/io-elasticsearch-sink.md
index bf7c553..aafdc14 100644
--- a/site2/docs/io-elasticsearch-sink.md
+++ b/site2/docs/io-elasticsearch-sink.md
@@ -49,8 +49,8 @@ The configuration of the Elasticsearch sink connector has the
following properti
| Name | Type|Required | Default | Description
|------|----------|----------|---------|-------------|
-| `elasticSearchUrl` | String| true |" " (empty string)| The index name to
which the connector writes messages. The default value is the topic name. It
accepts date formats in the name to support event time based index with the
pattern `%{+<date-format>}`. For example, suppose the event time of the record
is 1645182000000L, the indexName is `logs-%{+yyyy-MM-dd}`, then the formatted
index name would be `logs-2022-02-18`. |
-| `indexName` | String| false |" " (empty string)| The index name to which the
connector writes messages. |
+| `elasticSearchUrl` | String| true |" " (empty string)| The URL of elastic
search cluster to which the connector connects. |
+| `indexName` | String| false |" " (empty string)| The index name to which the
connector writes messages. The default value is the topic name. It accepts date
formats in the name to support event time based index with the pattern
`%{+<date-format>}`. For example, suppose the event time of the record is
1645182000000L, the indexName is `logs-%{+yyyy-MM-dd}`, then the formatted
index name would be `logs-2022-02-18`. |
| `schemaEnable` | Boolean | false | false | Turn on the Schema Aware mode. |
| `createIndexIfNeeded` | Boolean | false | false | Manage index if missing. |
| `maxRetries` | Integer | false | 1 | The maximum number of retries for
elasticsearch requests. Use -1 to disable it. |
diff --git a/site2/website-next/docs/io-elasticsearch-sink.md
b/site2/website-next/docs/io-elasticsearch-sink.md
index 568c12e..8dac257 100644
--- a/site2/website-next/docs/io-elasticsearch-sink.md
+++ b/site2/website-next/docs/io-elasticsearch-sink.md
@@ -49,8 +49,8 @@ The configuration of the Elasticsearch sink connector has the
following properti
| Name | Type|Required | Default | Description
|------|----------|----------|---------|-------------|
-| `elasticSearchUrl` | String| true |" " (empty string)| The index name to
which the connector writes messages. The default value is the topic name. It
accepts date formats in the name to support event time based index with the
pattern `%{+<date-format>}`. For example, suppose the event time of the record
is 1645182000000L, the indexName is `logs-%{+yyyy-MM-dd}`, then the formatted
index name would be `logs-2022-02-18`. |
-| `indexName` | String| false |" " (empty string)| The index name to which the
connector writes messages. |
+| `elasticSearchUrl` | String| true |" " (empty string)| The URL of elastic
search cluster to which the connector connects. |
+| `indexName` | String| false |" " (empty string)| The index name to which the
connector writes messages. The default value is the topic name. It accepts date
formats in the name to support event time based index with the pattern
`%{+<date-format>}`. For example, suppose the event time of the record is
1645182000000L, the indexName is `logs-%{+yyyy-MM-dd}`, then the formatted
index name would be `logs-2022-02-18`. |
| `schemaEnable` | Boolean | false | false | Turn on the Schema Aware mode. |
| `createIndexIfNeeded` | Boolean | false | false | Manage index if missing. |
| `maxRetries` | Integer | false | 1 | The maximum number of retries for
elasticsearch requests. Use -1 to disable it. |