Re: Karaf/Camel camel-elasticsearch-rest component and Log4jShell

2022-01-03 Thread Andrea Cosentino
> Hi, > > The Camel elasticsearch-rest-component depend on the version 7.10.2 of > elasticsearch-client that has a dependency on log4j-core:2.13.3 and > log4j-api:2.13.3 > > When installating the Karaf feature the log4j bundles are installed: > > > https:

Karaf/Camel camel-elasticsearch-rest component and Log4jShell

2022-01-03 Thread Francois Papon
Hi, The Camel elasticsearch-rest-component depend on the version 7.10.2 of elasticsearch-client that has a dependency on log4j-core:2.13.3 and log4j-api:2.13.3 When installating the Karaf feature the log4j bundles are installed: https://github.com/apache/camel-karaf/blob

Re: Camel for ElasticSearch

2017-03-07 Thread Andrea Cosentino
On Tuesday, March 7, 2017 10:33 AM, ajnfde <konank...@gmail.com> wrote: Ok thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-for-ElasticSearch-tp5794992p5795004.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel for ElasticSearch

2017-03-07 Thread ajnfde
Ok thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-for-ElasticSearch-tp5794992p5795004.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel for ElasticSearch

2017-03-07 Thread Andrea Cosentino
On Tuesday, March 7, 2017 10:04 AM, ajnfde <konank...@gmail.com> wrote: I want to send data to elasticSearch from camel using camel component camel-elasticsearch-2.17.5 (and also 2.15.2). The ElasticSearch version used is 5.2.2 But the ElasticsearchEndpoint.class

Camel for ElasticSearch

2017-03-07 Thread ajnfde
I want to send data to elasticSearch from camel using camel component camel-elasticsearch-2.17.5 (and also 2.15.2). The ElasticSearch version used is 5.2.2 But the ElasticsearchEndpoint.class refers to org.elasticsearch.node.NodeBuilder and The ElasticsearchConstants interface refers also