#support

Troubleshooting SigNoz Log Collection Issues

TLDR Cheslav experiences issues setting up logs for collection in SigNoz, despite following instructions. nitya-signoz suggests using the logging exporter to debug.

Powered by Struct AI
Apr 08, 2023 (5 months ago)
Cheslav
Photo of md5-c92132d7fb44c20414b6c542611bb0ae
Cheslav
09:40 AM
Ok. I need a help to setup my logs to be collected into SigNoz.
I've tried https://signoz.io/docs/userguide/collect_docker_logs/#steps-for-collecting-logs-if-signoz-is-running-on-a-different-host
and it seemed doesn't collect logs. How can I make sure it works?
nitya-signoz
Photo of md5-a52b9d6c34f193d9a1ff940024f36f77
nitya-signoz
05:12 PM
On the host where you are trying to collect logs, use the logging exporter https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/loggingexporter/README.md . It will print the logs if they are collected.
Cheslav
Photo of md5-c92132d7fb44c20414b6c542611bb0ae
Cheslav
06:54 PM
My setup is:
1. Apps (Java, SpringBoot 3) are running in Docker on 10.0.0.9
2. SigNoz is running in Docker on 10.0.0.7
3. I've already tried fluentbit in order to send logs from Docker from 10.0.0.9 into SigNoz - without an effect
4. I've tried SigNoz log collector running on 10.0.0.9 and sending 10.0.0.7... without effect.
Apr 10, 2023 (5 months ago)