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 9a618eb4228e7ff4215b9cb9043a8ad68c8922a2 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 14 16:58:30 2021 +0200 ElasticSearch Index Sink: Fixed user/password as optional and fixed the headers settings --- .../main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml | 5 ----- 1 file changed, 5 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 04a793d..e4be13c 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 @@ -73,11 +73,6 @@ spec: description: Name of the cluster. type: string example: quickstart - indexId: - title: Index ID - description: None - type: string - default: 'NONE' types: out: mediaType: application/json
