- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ListenSysLog
- Labels:
-
Apache MiNiFi
-
Apache NiFi
Created ‎10-14-2016 01:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
