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 10:08:18 UTC

[camel-kamelets-examples] branch es-index updated: Added a little example for Elasticsearch sink Kamelet

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

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


The following commit(s) were added to refs/heads/es-index by this push:
     new a025566  Added a little example for Elasticsearch sink Kamelet
a025566 is described below

commit a025566149dfcb92dd8c383a4220a776e19f8e8c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 11 11:08:07 2023 +0100

    Added a little example for Elasticsearch sink Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 jbang/timer-elasticsearch-index/timer-es-index.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jbang/timer-elasticsearch-index/timer-es-index.yaml b/jbang/timer-elasticsearch-index/timer-es-index.yaml
index adde030..d0113e8 100644
--- a/jbang/timer-elasticsearch-index/timer-es-index.yaml
+++ b/jbang/timer-elasticsearch-index/timer-es-index.yaml
@@ -30,5 +30,5 @@
             clusterName: "docker-cluster"
             indexName: "test_index"
             user: "elastic"
-            password: "OFw9jGbaJlnF7tRwJPAG"
-            certificate: "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZXVENDQTBHZ0F3SUJBZ0lVSEdoMmdJSFVFSkxJUlZyT0NpSHNEMWdad1lRd0RRWUpLb1pJaHZjTkFRRUwKQlFBd1BERTZNRGdHQTFVRUF4TXhSV3hoYzNScFkzTmxZWEpqYUNCelpXTjFjbWwwZVNCaGRYUnZMV052Ym1acApaM1Z5WVhScGIyNGdTRlJVVUNCRFFUQWVGdzB5TXpBeE1URXdPVE00TWpsYUZ3MHlOakF4TVRBd09UTTRNamxhCk1Ed3hPakE0QmdOVkJBTVRNVVZzWVhOMGFXTnpaV0Z5WTJnZ2MyVmpkWEpwZEhrZ1lYVjBieTFqYjI1bWFXZDEKY21GMGFXOXVJRWhVVkZBZ1EwRXdnZ0lpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElDRHdBd2dnSUtBb0lDQV [...]
+            password: "<password>"
+            certificate: "<certificate>"