How to Exclude Logs from a Specific Container When Using Datadog Agent in Kubernetes?
I have installed the Datadog agent using the Datadog operator in my Kubernetes cluster. The DaemonSet is currently collecting all logs from the cluster and forwarding them to Datadog. I need to filter out (exclude) logs from a specific application (container) so they are not sent to Datadog. How can I achieve this?