Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

ListenSysLog

avatar
Master Guru

Does NiFi support listening to remote syslog's and not just the one running on it's local machine?

I know i could install NiFi or MiniFi on all the machines I want to listen to or write something to forward the syslog via REST or TCP; but does it support rsyslog over a network?

1 ACCEPTED SOLUTION

avatar
Master Guru

Yes, ListenSyslog is intended to be listening for incoming network connections from remote syslog servers that are forwarding messages over TCP or UDP. You just tell rsyslog to the host where NiFi is running and the port ListenSyslog is listening on.

Example with rsyslog:

https://blogs.apache.org/nifi/entry/storing_syslog_events_in_hbase

View solution in original post

2 REPLIES 2

avatar
Master Guru

Yes, ListenSyslog is intended to be listening for incoming network connections from remote syslog servers that are forwarding messages over TCP or UDP. You just tell rsyslog to the host where NiFi is running and the port ListenSyslog is listening on.

Example with rsyslog:

https://blogs.apache.org/nifi/entry/storing_syslog_events_in_hbase

avatar
Frequent Visitor

Hello @Bryan Bende @Timothy Spann

I'm a newbee to syslog and i wanna use it with kafka. Can i have any idea how it works.

Please, regards.