Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

ListenTCP or ListenSyslog

avatar
Expert Contributor

Hi All,

Thanks a lot to this awesome community. I am using ListenTCP to stream all the logs from a port and sending it to hdfs.

Using listensyslog I know it can parse for syslog messages and forward but reject the messages which are not in syslog format.

Are there any major resoning why should I use listetcp over listensyslog besides above point?

Thanks

Dhieru

1 ACCEPTED SOLUTION

avatar

There are no real additional reasons. The key reason for ListenSyslog is that it understands syslog message framing on top of a raw TCP socket. Otherwise, it is basically not much different than ListenTCP or ListenUDP.

View solution in original post

1 REPLY 1

avatar

There are no real additional reasons. The key reason for ListenSyslog is that it understands syslog message framing on top of a raw TCP socket. Otherwise, it is basically not much different than ListenTCP or ListenUDP.