Skip to content

Commit

Permalink
Elasticsearch index Kamelet: Fixed the indexId and indexName default …
Browse files Browse the repository at this point in the history
…to exchangeId
  • Loading branch information
oscerd committed Jul 21, 2021
1 parent b60a976 commit 80cdc93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/modules/ROOT/pages/elasticsearch-index-sink.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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| |
Expand Down

0 comments on commit 80cdc93

Please sign in to comment.