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 45febb32698b6aec6a207855b0a06a7b3c96112e Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jan 11 14:06:06 2023 +0100 Elasticsearch Kamelets: Moving from Camel-Elasticsearch-Rest to Camel-Elastichsearch - Search Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/elasticsearch-search-source.kamelet.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kamelets/elasticsearch-search-source.kamelet.yaml b/kamelets/elasticsearch-search-source.kamelet.yaml index d98d2d21..356545ee 100644 --- a/kamelets/elasticsearch-search-source.kamelet.yaml +++ b/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
