Can I send log streams to OpenTelemetry syslogreceiver

I want to send logstream data to a remote opentelemetry collector that I am running.

I have syslogreceiver ( opentelemetry-collector-contrib/receiver/syslogreceiver at main · middleware-labs/opentelemetry-collector-contrib · GitHub )
My syslogreceiver is also exposed at mycustomdomain:customport,

But, when I try to add the log stream it says …
“failed to upsert log stream setting: couldn’t connect to log stream”

Is there any documentation around how we can build a custom syslog sink that is compatible for render.com ?

If mycustomdomain is hosted on Render, and mycustomport is not 80/443, the issue is that Web Services on Render only receive internet traffic on the standard HTTP/HTTPS ports (80/443). And 80 exists only to redirect to 443.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.