TLDR Ayan installed SigNoz in a bare metal k8s cluster but isn't seeing logs. nitya-signoz and Prashant suggested checking paths, container runtime tool, and scaling, but issue still unresolved.
Are you using EKS ?
Not EKS. k8s was deployed in bare metal
By default this is the path that is checked for pod logs
Ayan which container runtime tool are you using for your bare metal cluster?
anyways, updating the above mentioned path to the logs path should do it.
Container runtime tool is Docker v20.10.11 Signoz installed with default parameters also with this path for logs. I checked path `/var/log/pods/*/*/*.log` in worker nodes for logs, there it's ok. Logs of pods are exists.
But still No Data. Should I scale to more replicas for each worker node deployment of signoz-k8s-infra-otel-deployment. To locate in each node to scrape logs maybe ?
Ayan
Sun, 04 Jun 2023 18:34:16 UTCHi team! I've just installed signoz in k8s cluster via helm. I can see my java app activities in services section. But there is no any logs in Logs section (No data). In documentation I've read that by default it will automatically start collecting all the pod logs. But in my case not. Any sugestions ?