Felix Barnsteiner
Felix Barnsteiner
I haven't tried with apm-integration-testing but on edge, there were no `ApplicationController#index` transactions.
Right, I can see that too now. Seems like the RUM integration setup doesn't work as expected.
>> Counter of rejected docs per index > > @felixbarny Just want to clarify that you mean documents that have failed and their failures will not be collected in the...
cc @elastic/es-storage-engine: this discussion is probably also relevant for you as it helps track our progress towards the goal of accepting all logs. It can help us identify areas where...
That's right. I'm currently working on Zipkin support for stagemonitor which uses Byte Buddy and runtime instrumentation. That means that the agent attaches automatically without the need of specifying the...
Hi @nkarthik86, this is currently not possible in the current version of stagemonitor, however I'm currently implementing support for that.
The advantage is that the configuration is much simpler: You don't need to for example manually wrap HTTP client libraries, register servlet filters, modify your JDBC URLs etc. Also, in...
We're working on something that makes it easier (https://github.com/elastic/integrations/pull/2972) but you can use the Custom Logs integration and add the Filebeat config from the docs in the advanced section of...
One caveat is that users can add custom fields that may be ECS fields that have only been introduced at a later ECS version. But I guess that wouldn't be...
@philkra Do you remember why we even set the `ecs.version` field in ECS loggers? It came in in the initial PR for the spec (https://github.com/elastic/ecs-logging/pull/18) in this commit: https://github.com/elastic/ecs-logging/pull/18/commits/bf687f0cc3123b51f6c6b08a15cbf16ce4dbb3d9.