This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit b60a9764122c461d4f1e430bfaaeca75ff1b6ca4 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 21 15:29:34 2021 +0200 Elasticsearch index Kamelet: Fixed the indexId and indexName default to exchangeId --- .../src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml index 7babac9..308795c 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml @@ -72,10 +72,6 @@ spec: description: The name of the index to act against. type: string example: data - indexId: - title: Index ID - description: None - type: string types: out: mediaType: application/json
