Hi devs, I've installed Signoz using helm on a loc...
# support
c
Hi devs, I've installed Signoz using helm on a local minikube cluster and deployed a simple instrumented express app to the same cluster. Services and traces form the app are visible in the Signoz UI. The docs say "When you deploy SigNoz to your kubernetes cluster it will automatically start collecting all the pod logs." Is there some additional setup needed to get the logs coming in, as I'm not seeing anything out of the box? Thanks
p
That is no longer true. We have moved out default logs collection from the signoz chart.
You will need to install K8s-Infra chart in your cluster: https://signoz.io/docs/tutorial/kubernetes-infra-metrics/
@Chitransh Gupta can you please fix docs to reflect this?
c
Thanks for the quick response!
c
@Chris Mankin just to make sure, you were using these docs ? https://signoz.io/docs/userguide/collect_kubernetes_pod_logs/
c
Yes that's right