This message was deleted.
# support
s
This message was deleted.
p
@Prashant Shahi may have more insights here
p
@Shravan Kgl You should be able to include
*
under the pods blacklist rule.
Copy code
k8s-infra:
  presets:
    logCollection:
      enabled: true
      blacklist:
        enabled: true
        pods:
          - signoz-*
s
Thanks @Prashant Shahi Is there a way to have k8s-pod-name as only signoz without suffix
p
@Shravan Kgl K8s pod names are dictated by K8s conventions based on Deployment types. And it is out of scope of SigNoz.