help collecting syslog #5197
Unanswered
chrislawso
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @chrislawso, can you provide answers to couple of questions:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read instructions for collecting syslog at https://signoz.io/docs/userguide/collecting_syslogs/
I setup and have a running Self-Hosted SigNoz with docker compose following https://signoz.io/docs/install/docker/
I am confused on how to proceed. I have a iot device that outputs a syslog stream and can only specify a destination host ipv4 address but I cannot specify the destination port or udp or tcp protocol. The iot device default will only stream syslog to destination udp 514.
I followed documentation at https://signoz.io/docs/userguide/collecting_syslogs/ and only replaced port 54527 from the instructions to 514.
I perform
docker compose up --force-recreate --build -d
and all the containers successfully startup. Inside the signoz webgui I do not see any of the syslog stream from my iot device appearing.
Am I incorrectly setting up collecting syslog? How can I troubleshoot this and get syslog captured and displayed?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions