You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/04/29 09:19:16 UTC

[camel-kamelets] 03/03: Fixing validations

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit b5d31fd04981891e1a819bdbe39310e122923623
Author: Maria Arias de Reyna <ar...@redhat.com>
AuthorDate: Thu Apr 29 11:06:54 2021 +0200

    Fixing validations
---
 elasticsearch-index-sink.kamelet.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/elasticsearch-index-sink.kamelet.yaml b/elasticsearch-index-sink.kamelet.yaml
index 006f1e0..e59c220 100755
--- a/elasticsearch-index-sink.kamelet.yaml
+++ b/elasticsearch-index-sink.kamelet.yaml
@@ -23,7 +23,6 @@ spec:
     description: |-
       Insert data into ElasticSearch. Input data must have JSON format.
     required:
-      - query
       - clusterName
       - indexName
       - hostAddresses
@@ -42,7 +41,7 @@ spec:
         type: boolean
         default: true
       hostAddresses:
-        title: Host addresses
+        title: Host Addresses
         description: Comma separated list with ip:port formatted remote transport addresses to use.
         type: string
       indexName:
@@ -50,7 +49,7 @@ spec:
         description: The name of the index to act against.
         type: string
       clusterName:
-        title: ElasticSearch cluster name
+        title: ElasticSearch Cluster Name
         description: Name of the cluster.
         type: string
   dependencies: