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 e1a86175bda49de17fad9b2ffc61459c01756f9c Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 14 16:58:02 2021 +0200 ElasticSearch Index Sink: Fixed user/password as optional and fixed the headers settings --- elasticsearch-index-sink.kamelet.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/elasticsearch-index-sink.kamelet.yaml b/elasticsearch-index-sink.kamelet.yaml index 04a793d..e4be13c 100644 --- a/elasticsearch-index-sink.kamelet.yaml +++ b/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
