Thomas Haarbach

Results 19 comments of Thomas Haarbach

@jprante Hi Jörg, i'm a little confused about >Sorry, but ES 7.10.2 is the last version I can support. AGPL 3.0 is not compatible to SSPL or Elastic 2.0 License....

@jprante okay, but then is elastic lying about > and will not have any impact on how you license the source code of your plugin It's really sad as it...

@shubham-cashify can you tell me which es version you are using? There are missing es template directories for es 5.

@shubham-cashify can you try to delete the .kibana index. No worries, stagemonitor will create it again. If you have upgrade es / kibana this is known problem as mentioned here...

@rfoltyns At friday i implemented ECS and it works fine. Thx for that. Then i played arround and found : ![image](https://user-images.githubusercontent.com/4933467/109665030-0e367100-7b6e-11eb-8e17-92624e5a3b19.png) After i played arround, i realized that the bulk...

@rfoltyns Yes please, I just don't know when I'll get to try it. At the moment I am using a traditional index. Have you already played with elastic apm? I...

Hi @antkorwin is there a plan when this will be merged?

Hey Rafal, ah, i thought the double `$` is needed for escaping reasons. Got it from (https://github.com/rfoltyns/log4j2-elasticsearch/tree/master/log4j2-elasticsearch-core#virtual-properties) > .. and ctx doesn't work with AsyncLogger - that's due to Log4j2...

@rfoltyns i'm using AsyncLoggers and set some informations e.g. the current user.id in the ThreadContext (in our case MDC because of using SLF4J) and they are indexed when `log4j2.isThreadContextMapInheritable=true`. Mayby...