[ 
https://issues.apache.org/jira/browse/FLUME-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801207#comment-13801207
 ] 

Hudson commented on FLUME-1666:
-------------------------------

SUCCESS: Integrated in flume-trunk #515 (See 
[https://builds.apache.org/job/flume-trunk/515/])
FLUME-1666. Oops, forgot new test in previous commit (mpercy: 
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=730c822c8fd3c393558ee63b48c82bb5a0763266)
* flume-ng-core/src/test/java/org/apache/flume/source/TestSyslogTcpSource.java


> Syslog source strips timestamp and hostname from log message body
> -----------------------------------------------------------------
>
>                 Key: FLUME-1666
>                 URL: https://issues.apache.org/jira/browse/FLUME-1666
>             Project: Flume
>          Issue Type: Bug
>          Components: Sinks+Sources
>    Affects Versions: v1.2.0, v1.3.0
>         Environment: This occurs with Flume all the way up through 1.3.0.
>            Reporter: Josh West
>            Assignee: Jeff Lord
>             Fix For: v1.5.0
>
>         Attachments: FLUME-1666-1.patch, FLUME-1666-2.patch, 
> FLUME-1666-3.patch, FLUME-1666-4.patch, FLUME-1666-SyslogTextSerializer.patch
>
>
> 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):
> {noformat}
> Wed Oct 24 09:18:01 UTC 2012 someserver /USR/SBIN/CRON[26981]: (root) CMD 
> (/usr/local/sbin/somescript)
> {noformat}
> Appears in flume output as:
> {noformat}
> /USR/SBIN/CRON[26981]: (root) CMD (/usr/local/sbin/somescript)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to