Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.0, 1.3.0
-
None
-
This occurs with Flume all the way up through 1.3.0.
Description
The syslog source parses incoming syslog messages. In the process, it strips the timestamp and hostname from each log message, and places them as Event headers.
Thus, a syslog message that would normally look like so (when written via rsyslog or syslogd):
Wed Oct 24 09:18:01 UTC 2012 someserver /USR/SBIN/CRON[26981]: (root) CMD (/usr/local/sbin/somescript)
Appears in flume output as:
/USR/SBIN/CRON[26981]: (root) CMD (/usr/local/sbin/somescript)
Attachments
Attachments
Issue Links
- links to