[ 
https://issues.apache.org/jira/browse/METRON-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Sirota updated METRON-175:
--------------------------------
    Assignee: Casey Stella

> Create RFC 3164 Parser
> ----------------------
>
>                 Key: METRON-175
>                 URL: https://issues.apache.org/jira/browse/METRON-175
>             Project: Metron
>          Issue Type: New Feature
>            Reporter: Jonathan Rider
>            Assignee: Casey Stella
>            Priority: Minor
>              Labels: ParserExtension
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Create a parser for the unix syslog format RFC 3164.
> The data we are getting in looks like:
> <14>May 20 08:57:57 abcen123 marathon[3040]: [2016-05-20 08:57:57,048] INFO 
> Connecting to Zookeeper... (mesosphere.marathon.Main$:39)
> and the parsed data should look like:
> {
>   "priority":"14",
>   "timestamp": 1463749077000,
>   "hostname":"abcen123.com",
>   "tag":"marathon[3040]",
>   "message":"[2016-05-20 08:57:57,048] INFO Connecting to Zookeeper... 
> (mesosphere.marathon.Main$:39)",
>   "original_string":"<14>May 20 08:57:57 abcen123.com marathon[3040]: 
> [2016-05-20 08:57:57,048] INFO Connecting to Zookeeper... 
> (mesosphere.marathon.Main$:39)"
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to