[
https://issues.apache.org/jira/browse/FLUME-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajesh Koilpillai updated FLUME-1266:
-------------------------------------
Description:
I get the following error when submitting an event via SyslogTcpSource on the
latest source code.
echo "hello world via syslog" | nc -t localhost 10514
2012-06-09 12:11:05,025 INFO source.SyslogTcpSource: Syslog TCP Source
starting...
2012-06-09 12:11:51,693 WARN source.SyslogUtils: Event created from Invalid
Syslog data.
2012-06-09 12:11:51,698 INFO sink.LoggerSink: Evecnt: { headers:{Severity=0,
flume.syslog.status=Invalid, Facility=0} body: 68 65 6C 6C 6F 20 77 6F 72 6C 64
20 76 69 61 20 hello world via }
My config is as follows
agent1.sources.accesslog.type = org.apache.flume.source.SyslogTcpSource
agent1.sources.accesslog.host = 0.0.0.0
agent1.sources.accesslog.port = 10514
agent1.sources.accesslog.channels = ch1
was:
I get the following error in when submitting an event via SyslogTcpSource on
the latest source code.
echo "hello world via syslog" | nc -t localhost 10514
2012-06-09 12:11:05,025 INFO source.SyslogTcpSource: Syslog TCP Source
starting...
2012-06-09 12:11:51,693 WARN source.SyslogUtils: Event created from Invalid
Syslog data.
2012-06-09 12:11:51,698 INFO sink.LoggerSink: Evecnt: { headers:{Severity=0,
flume.syslog.status=Invalid, Facility=0} body: 68 65 6C 6C 6F 20 77 6F 72 6C 64
20 76 69 61 20 hello world via }
My config is as follows
agent1.sources.accesslog.type = org.apache.flume.source.SyslogTcpSource
agent1.sources.accesslog.host = 0.0.0.0
agent1.sources.accesslog.port = 10514
agent1.sources.accesslog.channels = ch1
> Event created from invalid syslog data
> --------------------------------------
>
> Key: FLUME-1266
> URL: https://issues.apache.org/jira/browse/FLUME-1266
> Project: Flume
> Issue Type: Bug
> Components: Sinks+Sources
> Environment: trunk, ubuntu11
> Reporter: Rajesh Koilpillai
> Priority: Minor
>
> I get the following error when submitting an event via SyslogTcpSource on the
> latest source code.
> echo "hello world via syslog" | nc -t localhost 10514
> 2012-06-09 12:11:05,025 INFO source.SyslogTcpSource: Syslog TCP Source
> starting...
> 2012-06-09 12:11:51,693 WARN source.SyslogUtils: Event created from Invalid
> Syslog data.
> 2012-06-09 12:11:51,698 INFO sink.LoggerSink: Evecnt: { headers:{Severity=0,
> flume.syslog.status=Invalid, Facility=0} body: 68 65 6C 6C 6F 20 77 6F 72 6C
> 64 20 76 69 61 20 hello world via }
> My config is as follows
> agent1.sources.accesslog.type = org.apache.flume.source.SyslogTcpSource
> agent1.sources.accesslog.host = 0.0.0.0
> agent1.sources.accesslog.port = 10514
> agent1.sources.accesslog.channels = ch1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira