Troubleshooting K8s-infra Blacklist Issues
TLDR Saad reported a problem where unwanted logs from namespaces were still appearing. Prashant identified a typographical error with 'logCollection' needing to be 'logsCollection'.
1
Nov 19, 2023 (2 weeks ago)
Saad
02:46 PMk8s-infra:
presets:
logCollection:
# whether to enable log collection
enabled: true
blacklist:
# whether to enable blacklisting
enabled: true
# whether to exclude signoz logs
signozLogs: true
# which namespaces to exclude
namespaces:
- kube-system
- kube-public
- kube-node-lease
- default
- doppler-operating-system
- ingress-nginx
- karpenter
- lens-metrics
- platform
# which pods to exclude
pods:
- hotrod
- locust
# which containers to exclude
containers: []
# additional exclude rules
additionalExclude: []
Nov 20, 2023 (2 weeks ago)
Prashant
04:26 AMIt should belogCollection
logsCollection
1
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Updating signoz to 0.17.0 - Adding k8s_cluster_name
Shravan upgraded to signoz 0.17.0 and noticed k8s_cluster_name as empty. Prashant explained that the cluster name configuration has moved to global scope and suggested setting it using `global.clusterName`.
Troubleshooting Signoz Deployment for Log Collection on OCI k8s Cluster
sudhanshu faces issues with log collection despite successful application performance monitoring after deploying Signoz on OCI k8s cluster. Prashant suggests updating paths used for log collection and verifying container logs on the nodes. Log files' paths seem correct, but issues persist. Further solutions are needed.
Log Queries Not Working After Updating to 0.18.1
Al reports log queries not working after updating to `0.18.1`, specifically filtering by `k8s_namespace_name`. Srikanth suggests Nityananda might have an answer, but no response yet.