#support

Troubleshooting Signoz Server Syslog Receiver Issue

TLDR Jun had issues with syslog receiver on Signoz server. After suggestions from nitya-signoz and Hannes, and modifying IP settings on docker-compose.yaml, problem was resolved.

Powered by Struct AI
+11
8
1mo
Solved
Join the chat
Aug 24, 2023 (1 month ago)
Jun
Photo of md5-47b3450d3e3021b11db7551d8b396fa3
Jun
08:15 AM
Hi, I have configured syslog listening on my Signoz server according to the link: https://signoz.io/docs/userguide/collecting_syslogs/
However, I do not see any ports opened on the Signoz server when i do a netstat, is anyone able to confirm if the user guide is correct? Or if there are any error logs I can look at?
Thanks!
Hannes
Photo of md5-5fd18cb6c0f914cf7a6415b80c54af65
Hannes
08:19 AM
I can confirm the user guide works on v0.25.4 - I haven't upgraded yet, so I can't say for versions later than that.
+11
Jun
Photo of md5-47b3450d3e3021b11db7551d8b396fa3
Jun
09:59 AM
Thanks Hannes! However I am still unable to get the syslog receiver to start listening
I'm unsure if these logs are helpful but if you or any others are able to take a look, that would be great!
Image 1 for Thanks Hannes! However I am still unable to get the syslog receiver to start listening<br>I'm unsure if these logs are helpful but if you or any others are able to take a look, that would be great!
nitya-signoz
Photo of md5-a52b9d6c34f193d9a1ff940024f36f77
nitya-signoz
11:11 AM
If signoz is hosted on a different machine, did you open the port?
Aug 25, 2023 (1 month ago)
Jun
Photo of md5-47b3450d3e3021b11db7551d8b396fa3
Jun
01:50 AM
Nope, its the same machine. That port is not used by any other application.
01:56
Jun
01:56 AM
On docker-compose.yaml, I have configured the 54527 port to be opened for otel-collector
And on the otel-collector-config.yaml, I have configrued a syslog receiver along with adding that receiver under the service section
Image 1 for On docker-compose.yaml, I have configured the 54527 port to be opened for otel-collector<br>And on the otel-collector-config.yaml, I have configrued a syslog receiver along with adding that receiver under the service sectionImage 2 for On docker-compose.yaml, I have configured the 54527 port to be opened for otel-collector<br>And on the otel-collector-config.yaml, I have configrued a syslog receiver along with adding that receiver under the service sectionImage 3 for On docker-compose.yaml, I have configured the 54527 port to be opened for otel-collector<br>And on the otel-collector-config.yaml, I have configrued a syslog receiver along with adding that receiver under the service section
03:03
Jun
03:03 AM
After changing the binded IP to 0.0.0.0 it is working now!
nitya-signoz
Photo of md5-a52b9d6c34f193d9a1ff940024f36f77
nitya-signoz
03:04 AM
Yeah IP won’t work inside a docker container.