From 80cdc931f67574bb8aae2c77f21c1a919f9f3cec Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Wed, 21 Jul 2021 15:29:48 +0200 Subject: [PATCH] Elasticsearch index Kamelet: Fixed the indexId and indexName default to exchangeId --- docs/modules/ROOT/pages/elasticsearch-index-sink.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc b/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc index 618ae2eb9..e6389000f 100644 --- a/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc +++ b/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc @@ -26,7 +26,6 @@ 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| |