Datadog - excluding source:containerd from being logged

Any idea how I can exclude source:containerd from being logged in my events? deployed via helm

You can disable it in your helm chart. Basically you just need to disable collect_events:true

  ...
  confd:
    containerd.yaml: |-
      ad_identifiers:
        - containerd
      init_config:
      instances:
        - 
          collect_events: false      ```

This will basically modify the containerd config section so that the integration no longer sends events