vroyer commented on a change in pull request #11602:
URL: https://github.com/apache/pulsar/pull/11602#discussion_r685946972



##########
File path: site2/docs/io-elasticsearch-sink.md
##########
@@ -16,11 +48,45 @@ The configuration of the ElasticSearch sink connector has 
the following properti
 |------|----------|----------|---------|-------------|
 | `elasticSearchUrl` | String| true |" " (empty string)| The URL of elastic 
search cluster to which the connector connects. |
 | `indexName` | String| true |" " (empty string)| The index name to which the 
connector writes messages. |
+| `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.  |

Review comment:
       If you look at the Elasticsearch repo, the code, the doc always uses 
Elasticsearch, not ElasticSearch. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to