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 a5d399438a6953fd6b4236ea7f6481ac451c6493 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
