Resolving Log Errors on OpenShift 4.10 Deployment
TLDR lior was experiencing log errors on OpenShift 4.10, Prashant suggested updating the log path and provided potential directories, follow-up is expected.
1
Jun 25, 2023 (5 months ago)
lior
09:02 AMdeployed signoz on openshift 4.10 with the kubernetes helm chart,
can't seem to get logs, getting errors on the otel agent:
2023-06-25T08:54:32.640Z warn fileconsumer/file.go:63 no files match the configured include patterns {"kind": "receiver", "name": "filelog/k8s", "data_type": "logs", "component": "fileconsumer", "include": ["/var/log/pods//*/.log", "/var/log/pods//.log"], "exclude": []}
Jun 27, 2023 (5 months ago)
vishal-signoz
03:22 AMlior
08:08 AMPrashant
08:57 AM/var/log/pods/**/**.log
with the relevant log path.lior
09:25 AMPrashant
10:52 AM•
/var/log/pods
•
/var/log/containers
Prashant
10:52 AMlior
10:56 AMPrashant
11:25 AMRef: https://github.com/cri-o/cri-o/blob/main/docs/crio.conf.5.md#crio-table
Jun 28, 2023 (5 months ago)
Prashant
04:32 PMlior
04:33 PM1
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
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.
Troubleshooting Signoz Log Collection in OCI
Harsh had problems collecting logs with Signoz after moving to OCI. Prashant helped pinpoint the problem to OCI's CRI and provided a solution using a specific crio logs path.
Implementing SigNoz Self-Hosted on K8s cluster
Nicolas was having issues setting up SigNoz on a K8s cluster and forwarding logs through OTel Agent. They were advised by Prashant to use crio log path instead of Docker in Oracle Cloud's managed K8s offering.
Signoz Kubernetes Logs Issue with External Clickhouse
Syed installed Signoz on Kubernetes EKS, but experiencing missing logs and delays using external Clickhouse.
SigNoz Helm Installation and Connection Issue
Ibrahim experienced connection issues with SigNoz Helm on their Kubernetes cluster and needs help. Prashant suggested checking logs of SigNoz OtelCollector and ClickHouse pods.