i have this config but it seems for some reason i ...
# general
k
i have this config but it seems for some reason i still getting logs from those containers which supposed to be excluded.
Copy code
receivers:
      filelog/k8s:
        exclude:
        - /var/log/pods/signoz_*/*/*.log
        - /var/log/pods/kube-system_*/*/*.log
        - /var/log/pods/argocd_*/*/*.log
        - /var/log/pods/*_*_*/envoy/*.log
        - /var/log/pods/*_*_*/envoy-gateway/*.log
        include:
        - /var/log/pods/*/*/*.log