You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/01/11 13:09:13 UTC

[camel-kamelets] 05/05: Elasticsearch Kamelets: Moving from Camel-Elasticsearch-Rest to Camel-Elastichsearch - Search Kamelet

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

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

commit 8e752b24caca38abe93ba20412a172b4aff29ece
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 11 14:07:43 2023 +0100

    Elasticsearch Kamelets: Moving from Camel-Elasticsearch-Rest to Camel-Elastichsearch - Search Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../main/resources/kamelets/elasticsearch-search-source.kamelet.yaml  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-search-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-search-source.kamelet.yaml
index d98d2d21..356545ee 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-search-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-search-source.kamelet.yaml
@@ -31,6 +31,10 @@ spec:
     title: "ElasticSearch Search Source"
     description: |-
       Search data on ElasticSearch
+      
+      The `query` parameter must be formatted in JSON.
+
+      If you specify the `certificate` property, you must base64 encode it before you pass it as a parameter.
     required:
       - query
       - clusterName