Hello everyone, i was wondering if this would work...
# support
t
Hello everyone, i was wondering if this would work "Can we transform data from collectors to signoz if we setup SSL for signoz server (nginx reverse proxy)"
n
Can you explain a bit more about what you are trying to achieve here? from what I can understand you have signoz deployed inside nginx reverse proxy with SSL and you want collectors to send data to it right?
t
Yeah correct
n
Yes you can do that.
t
I actually tried this but when i updated the log file path to OTEL collection and all changes made and ran (docker-compose down and docker-compose up -d) still python.log is not able to ingest
n
Did you change the TLS configuration? You will have to add the cert and key file. https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/otlpexporter/README.md
t
Its the same host right?
Do we need to update this change for ingesting log files which is present in same host?
n
If the logs are getting generated in the same host where signoz is running then you won’t need that.
t
Yeah i was facing issues with this setup not able to ingest logs even after following the documentation
n
But let’s say you have a system like this

https://signoz.io/assets/images/n_collectors-af31d02c2a41866aca6410976c4e4c86.png

then you will need to configure otlp exporter with tls.
Okay, can you share the error logs if you are getting any?
t
Give me sometime ill share it having lunch
n
Sure 👍