Created 10-14-2016 01:20 PM
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?
Created 10-18-2016 02:21 AM
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
Created 10-18-2016 02:21 AM
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
Created 11-22-2018 01:27 PM
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.