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 2021/11/26 13:42:01 UTC

[camel-kamelets] branch main updated (960c49a -> 55bc3d4)

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

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


    from 960c49a  Added AWS Secrets Manager Sink Kamelet
     new 9371f15  Elasticsearch Source Kamelet - Fixed title
     new e2ccee2  Elasticsearch Source Kamelet - Fixed title
     new 55bc3d4  Elasticsearch Source Kamelet - Fixed title

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/modules/ROOT/nav.adoc                                              | 2 +-
 docs/modules/ROOT/pages/elasticsearch-search-source.adoc                | 2 +-
 kamelets/elasticsearch-search-source.kamelet.yaml                       | 2 +-
 .../main/resources/kamelets/elasticsearch-search-source.kamelet.yaml    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

[camel-kamelets] 03/03: Elasticsearch Source Kamelet - Fixed title

Posted by ac...@apache.org.
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 55bc3d4319a0842f8f10a66d67aac57f4e03f753
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 26 14:36:41 2021 +0100

    Elasticsearch Source Kamelet - Fixed title
---
 docs/modules/ROOT/nav.adoc                               | 2 +-
 docs/modules/ROOT/pages/elasticsearch-search-source.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index d823b0c..a61192c 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -41,7 +41,7 @@
 * xref:ROOT:dropbox-source.adoc[image:kamelets/dropbox-source.svg[] Dropbox Source]
 * xref:ROOT:earthquake-source.adoc[image:kamelets/earthquake-source.svg[] Earthquake Source]
 * xref:ROOT:elasticsearch-index-sink.adoc[image:kamelets/elasticsearch-index-sink.svg[] ElasticSearch Index Sink]
-* xref:ROOT:elasticsearch-search-source.adoc[image:kamelets/elasticsearch-search-source.svg[] ElasticSearch Index Source]
+* xref:ROOT:elasticsearch-search-source.adoc[image:kamelets/elasticsearch-search-source.svg[] ElasticSearch Search Source]
 * xref:ROOT:exec-sink.adoc[image:kamelets/exec-sink.svg[] Exec Sink]
 * xref:ROOT:extract-field-action.adoc[image:kamelets/extract-field-action.svg[] Extract Field Action]
 * xref:ROOT:fhir-source.adoc[image:kamelets/fhir-source.svg[] Fhir Source]
diff --git a/docs/modules/ROOT/pages/elasticsearch-search-source.adoc b/docs/modules/ROOT/pages/elasticsearch-search-source.adoc
index 638ce40..d3db7c1 100644
--- a/docs/modules/ROOT/pages/elasticsearch-search-source.adoc
+++ b/docs/modules/ROOT/pages/elasticsearch-search-source.adoc
@@ -1,6 +1,6 @@
 // THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT
 
-= image:kamelets/elasticsearch-search-source.svg[] ElasticSearch Index Source
+= image:kamelets/elasticsearch-search-source.svg[] ElasticSearch Search Source
 
 *Provided by: "Apache Software Foundation"*
 

[camel-kamelets] 02/03: Elasticsearch Source Kamelet - Fixed title

Posted by ac...@apache.org.
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 e2ccee2aac52bc64165185eec24688405d56e146
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 26 14:35:28 2021 +0100

    Elasticsearch Source Kamelet - Fixed title
---
 .../main/resources/kamelets/elasticsearch-search-source.kamelet.yaml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 34b5431..8408cb6 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
@@ -12,7 +12,7 @@ metadata:
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1NTAgMjUwIiB2aWV3Qm94PSI3Nyw4Myw0MTAsOTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8cGF0aCBkPSJtMTc4IDEwMi41aDMxM3Y0MWgtMzEzeiIgZmlsbD0ibm9uZSIvPgogPGcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyI+CiAgPHBhdGggZD0ibTE5My4zIDEzOS40Yy00IDAtNy4yLTEuMi05LjUtMy41cy0zLjQtNS42LTMuNC05LjdjMC00LjIgMS4xLTcuNiAzLjItMTBzNS0zLjYgOC43LTMuNmMzLjQgMCA2Lj [...]
 spec:
   definition:
-    title: "ElasticSearch Index Source"
+    title: "ElasticSearch Search Source"
     description: |-
       Search data on ElasticSearch
     required:

[camel-kamelets] 01/03: Elasticsearch Source Kamelet - Fixed title

Posted by ac...@apache.org.
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 9371f15f598f84d3f97a4f7a7571dc420a08bd7b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 26 14:34:13 2021 +0100

    Elasticsearch Source Kamelet - Fixed title
---
 kamelets/elasticsearch-search-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/elasticsearch-search-source.kamelet.yaml b/kamelets/elasticsearch-search-source.kamelet.yaml
index 34b5431..8408cb6 100644
--- a/kamelets/elasticsearch-search-source.kamelet.yaml
+++ b/kamelets/elasticsearch-search-source.kamelet.yaml
@@ -12,7 +12,7 @@ metadata:
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1NTAgMjUwIiB2aWV3Qm94PSI3Nyw4Myw0MTAsOTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8cGF0aCBkPSJtMTc4IDEwMi41aDMxM3Y0MWgtMzEzeiIgZmlsbD0ibm9uZSIvPgogPGcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyI+CiAgPHBhdGggZD0ibTE5My4zIDEzOS40Yy00IDAtNy4yLTEuMi05LjUtMy41cy0zLjQtNS42LTMuNC05LjdjMC00LjIgMS4xLTcuNiAzLjItMTBzNS0zLjYgOC43LTMuNmMzLjQgMCA2Lj [...]
 spec:
   definition:
-    title: "ElasticSearch Index Source"
+    title: "ElasticSearch Search Source"
     description: |-
       Search data on ElasticSearch
     required: