https://signoz.io logo
#support
Title
# support
t

Tirush Venamadala

11/28/2022, 4:58 AM
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

nitya-signoz

11/28/2022, 8:36 AM
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

Tirush Venamadala

11/28/2022, 8:36 AM
Yeah correct
n

nitya-signoz

11/28/2022, 8:43 AM
Yes you can do that.
t

Tirush Venamadala

11/28/2022, 8:45 AM
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

nitya-signoz

11/28/2022, 8:49 AM
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

Tirush Venamadala

11/28/2022, 8:49 AM
Its the same host right?
Do we need to update this change for ingesting log files which is present in same host?
n

nitya-signoz

11/28/2022, 8:50 AM
If the logs are getting generated in the same host where signoz is running then you won’t need that.
t

Tirush Venamadala

11/28/2022, 8:51 AM
Yeah i was facing issues with this setup not able to ingest logs even after following the documentation
n

nitya-signoz

11/28/2022, 8:52 AM
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

Tirush Venamadala

11/28/2022, 8:53 AM
Give me sometime ill share it having lunch
n

nitya-signoz

11/28/2022, 8:53 AM
Sure 👍
12 Views