Re: Is there a replay of Apache Con 2020

2020-09-30 Thread Jean-Baptiste Onofre
Hi Paul, Thanks for your feedback. All sessions are recorded and they will be available online soon. I will send an update on the mailing lists as soon as they will be available. Regards JB > Le 30 sept. 2020 à 10:17, Paul Stanley a > écrit : > > Hi Jean-Batpiste > > Thank you for your

Re: [HEADS UP] Docker friendly runtime with env variables compliant configuration

2020-09-30 Thread Jean-Baptiste Onofre
Hi, In this PR: https://github.com/apache/karaf/pull/1206 I have implemented the interpolation. It means that you can use the following for instance: export

Re: [HEADS UP] Docker friendly runtime with env variables compliant configuration

2020-09-30 Thread Steinar Bang
> Jean-Baptiste Onofre : > Hi, > In this PR: https://github.com/apache/karaf/pull/1206 > > I have implemented the interpolation. > It means that you can use the following for instance: > export >

Re: [HEADS UP] Docker friendly runtime with env variables compliant configuration

2020-09-30 Thread Jean-Baptiste Onofre
Yes, it’s what I did in the PR ;) Regards JB > Le 30 sept. 2020 à 11:44, Steinar Bang a écrit : > >> Jean-Baptiste Onofre : > >> Hi, >> In this PR: https://github.com/apache/karaf/pull/1206 >> > >> I have implemented the interpolation. > >>

Re: [HEADS UP] Docker friendly runtime with env variables compliant configuration

2020-09-30 Thread Romain Manni-Bucau
Looks good to me @Steinar: it is in the PR (see System.getenv part ;)) Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: installing activemq broker on the karaf 4.2.9 and 4.2.8

2020-09-30 Thread Jean-Baptiste Onofre
Hi, Don’t forget to add spring-legacy repo before ActiveMQ: karaf@root()> feature:repo-add spring-legacy Regards JB > Le 30 sept. 2020 à 20:17, Mark Bordelon a écrit : > > karaf@root()> version > 4.2.9 > karaf@root()> feature:repo-add activemq 5.15.1 (tested also on 5.15.0 , or > anything

Re: KARAF DECANTER Elastic Search Collector configuration for Kibana

2020-09-30 Thread Jean-Baptiste Onofre
Hi Mark, See my comments inline: > > 1. Karaf container version: > karaf@root()> version > 4.1.6 > I will repeat my tests for version 4.2.8, but need to be able to add activemq > 5.15 and camel to this container, as well as the decanter features. Have had > problems finding just the right

Re: KARAF DECANTER Elastic Search Collector configuration for Kibana

2020-09-30 Thread Jean-Baptiste Onofre
By the way: http://karaf.apache.org/manual/decanter/latest-2/html/ And note that elasticsearch and kibana features don’t exist anymore in Decanter 2.5.0, I strongly recommend to use standalone/provided elasticsearch and kibana instances

Re: KARAF DECANTER Elastic Search Collector configuration for Kibana

2020-09-30 Thread Mark Bordelon
Hi JB, Thanks for the quick response. My deadline for demoing a working container is today. To your questions: 1. Karaf container version: karaf@root()> version 4.1.6 I will repeat my tests for version 4.2.8, but need to be able to add activemq 5.15 and camel to this container, as well as

installing activemq broker on the karaf 4.2.9 and 4.2.8

2020-09-30 Thread Mark Bordelon
karaf@root()> version 4.2.9 karaf@root()> feature:repo-add activemq 5.15.1 (tested also on 5.15.0 , or anything later) Adding feature url mvn:org.apache.activemq/activemq-karaf/5.15.1/xml/features karaf@root()> feature:install activemq-broker org.apache.felix.resolver.reason.ReasonException:

Re: [HEADS UP] Docker friendly runtime with env variables compliant configuration

2020-09-30 Thread Steinar Bang
> Jean-Baptiste Onofre : > Yes, it’s what I did in the PR ;) Ah, sorry! I searched for it, but didn't find it. Bad at searching, me.