Re: REST-Appender-Collector

2020-03-30 Thread dzoni
very nice thank u alot i tried it out with the step u descriped and i received the jmx Messages on the server-karaf i tried it out with the 2.3.0-Snapshot version later i will have a new try with the way i failed bevor thank u very much till now for ur time and ur help i'm happy to got in cont

Re: REST-Appender-Collector

2020-03-30 Thread dzoni
nice this is my target to get the data at the end of the day to my elasticsearch cluster but in my next step i have to Transport the data to one Server more. i'll check out how this will work so karaf1=log-Collection --> karaf2-Server --> Karaf3-Server --> ElastisSearch --> Kibana -- Sent fro

Re: REST-Appender-Collector

2020-03-30 Thread dzoni
thanks a lot for ur time jbonofre / Do you use json marshaller on both collector and appender ? / yes see the futher informations down in the bündle list. but there are also csv and raw Marshaller! /What collectors are you using ? / Client-Side 1. log-collector 2. rest Appender Server-side 1. re

Re: REST-Appender-Collector

2020-03-30 Thread dzoni
thank u very much for ur fast answers ok i changed now the config-file like this *org.apache.karaf.decanter.collector.rest-1.cfg* url=http://localhost:8181 paths=decanter/collect *org.apache.karaf.decanter.appender.rest.cfg* uri=http://localhost:8181/decanter/collect the Server-Side don't show

Re: REST-Appender-Collector

2020-03-30 Thread dzoni
hi jbonofre, i configured the two config files org.apache.karaf.decanter.collector.rest-1 org.apache.karaf.decanter.appender.rest with the same uri and url by http:\\localhaost:8181 i dont know where to align the http context on a other config!?! thank for ur answer -- Sent from: http://ka

REST-Appender-Collector

2020-03-30 Thread dzoni
mpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [!/:?] Where i have to adjust some diffenrent configurations to solve this Problem thanks for your helpful answers dzoni -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html

REST Collector Appender

2020-03-30 Thread dzoni
o that i can read them at the server-karaf with the command: log:display or in another way? thanks a lot for helpful answers greetings dzoni -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html

REST Collector Appender

2020-03-30 Thread dzoni
thanks a lot for helpful answers greetings dzoni -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html

Re: Change Field: "hostName" by custom value

2020-03-17 Thread dzoni
im using Appender-log but in the feature of the log-collector i custumized the log-Appender Java class of the log-collecoter my case is running Java applications in Karaf and im getting the Messages with this Features into elasticsearch - log-collector - jmx-collector - elasticsearch-appender

Re: Change Field: "hostName" by custom value

2020-03-16 Thread dzoni
thanks for this hint,... this i tried out and it was working fine till now but now i cutomized the Java Code in the logappender java-file of the collector as a feature and now the custom field is blank all the time therefor i'm searching to overwrite only the hostname of the Karaf runtime to sep

Change Field: "hostName" by custom value

2020-03-16 Thread dzoni
ashboards from which Karaf are coming the Log-Messages, so i can seperate this in Kibana by the customized hostname. In which configuration i have to Chance something? thanks a lot. greetings dzoni -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html