Ok. I need a help to setup my logs to be collected...
# support
v
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?
n
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.
v
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.