This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch es-sink-index-fix in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 3afdb1278833963eb6deecc2ace5f28e6cc0d8f7 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 21 15:28:18 2021 +0200 Elasticsearch index Kamelet: Fixed the indexId and indexName default to exchangeId --- docs/modules/ROOT/pages/elasticsearch-index-sink.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc b/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc index da5977a..618ae2e 100644 --- a/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc +++ b/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc @@ -26,6 +26,8 @@ The following table summarizes the configuration options available for the `elas | *clusterName {empty}* *| ElasticSearch Cluster Name| Name of the cluster.| string| | `"quickstart"` | *hostAddresses {empty}* *| Host Addresses| Comma separated list with ip:port formatted remote transport addresses to use.| string| | `"quickstart-es-http:9200"` | enableSSL| Enable SSL| Do we want to connect using SSL?| boolean| `true`| +| indexId| Index ID| None| string| | +| indexName| Index in ElasticSearch| The name of the index to act against.| string| | `"data"` | password| Password| Password to connect to ElasticSearch.| string| | | user| Username| Username to connect to ElasticSearch.| string| | |===
