Hello Team,
My application is running using a docker container which is writing logs at certain location.
I have setup the signoz on my local machine using docker-compose.yaml. I am to access the signoz setup. Now I am trying to send the logs from the file to the signoz and followed this scenario 1 in the documentation -
https://signoz.io/docs/userguide/collect_logs_from_file/
I have restarted the container of signoz-otel-collector after making the changes in the docker-compose.yaml and otel-collector-config.yaml files. But still I cannot see the logs on the signoz ui.
Can anyone tell me troubleshooting steps or what could be an issue?