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 50ffb0daf302bf3445ede494104ec57742770ffe
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jul 14 17:06:12 2021 +0200

    ElasticSearch Index Sink: Fixed user/password as optional and fixed the 
headers settings
---
 elasticsearch-index-sink.kamelet.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/elasticsearch-index-sink.kamelet.yaml 
b/elasticsearch-index-sink.kamelet.yaml
index e4be13c..6fc368e 100644
--- a/elasticsearch-index-sink.kamelet.yaml
+++ b/elasticsearch-index-sink.kamelet.yaml
@@ -62,12 +62,6 @@ spec:
         description: Comma separated list with ip:port formatted remote 
transport addresses to use.
         type: string
         example: quickstart-es-http:9200
-      indexName:
-        title: Index in ElasticSearch
-        description: The name of the index to act against.
-        type: string
-        example: data
-        default: 'NONE'
       clusterName:
         title: ElasticSearch Cluster Name
         description: Name of the cluster.
@@ -126,7 +120,6 @@ spec:
           uri: "kamelet-reify:elasticsearch-rest:{{clusterName}}"
           parameters:
             operation: "INDEX"
-            indexName: "{{indexName}}"
             hostAddresses: "{{hostAddresses}}"
             enableSSL: "{{enableSSL}}"
             user: "{{?user}}"

Reply via email to