Re: Order of logName evaluation for log EIP

2024-02-13 Thread Benjamin Graf
Hi Clause, Thx for clarifying. Would this be backported to 3.22.x as well once finished? Regards, Benjamin Am 14. Februar 2024 06:54:25 MEZ schrieb Claus Ibsen : >Hi > >Yeah the doc is a bit outdated, and we should also only use source >name:line if explicit enabled

Re: Order of logName evaluation for log EIP

2024-02-13 Thread Claus Ibsen
Hi Yeah the doc is a bit outdated, and we should also only use source name:line if explicit enabled https://issues.apache.org/jira/browse/CAMEL-20418 On Tue, Feb 13, 2024 at 8:03 PM Benjamin Graf wrote: > Hi together, > > I'm struggling what would be the expected order for logName evaluation.

Order of logName evaluation for log EIP

2024-02-13 Thread Benjamin Graf
Hi together, I'm struggling what would be the expected order for logName evaluation. The docs (https://camel.apache.org/components/4.0.x/eips/log-eip.html#_configuring_logging_name) says if not defined, it'll use the routeId set or a generated one. Looking into code of LogReifier

elasticsearch-component and bulk request

2024-02-13 Thread Arnaud JOLLY
Hello, I try to use the camel elasticsearch-component to push a list of objects to an elastic search with bulk operation (camel with spring boot in 4.0.3 version) After reading the documentation, and search samples, i can't use the elasticsearch bulk with camel. Does anyone try the bulk