Unable to Suppress a few logs generated by opentelemetry Js Package on Collecttor #5718
-
Current Setup : we are using OpentelemetryJS library in our frontend library, which generate telemetry data (logs, Traces & Metrics) which are sent to the Agent Collector and then stored & visualised on Elastic. Problem : Along with the application logs there are some unwanted alerts generated from the Opentelemetry library, On Elastic we saw that these logs have event.kind: "event" and in the collector logs Below are unwanted logs
Collector Logs
Can someone help in suppressing it on collector |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@mohammedhv you can use the See here for details. |
Beta Was this translation helpful? Give feedback.
@mohammedhv you can use the
filterprocessor
on the OTel collector to filter outSpanEvents
- which is what you're referring to as logs :)See here for details.