[
https://issues.apache.org/jira/browse/NIFI-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547044#comment-16547044
]
Bryan Bende commented on NIFI-5139:
-----------------------------------
Well I already know ListenTCPRecord works with the new syslog readers because I
tested that when reviewing your PRs. I was mostly asking to make sure that it
solves the intent of this Jira and that I wasn't overlooking something that was
being requested. If you want to create an IT test, I don't really see a problem
with that, but I'm not trying to create more work here.
> ListenSyslog should process Structured Data
> -------------------------------------------
>
> Key: NIFI-5139
> URL: https://issues.apache.org/jira/browse/NIFI-5139
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Affects Versions: 1.6.0
> Reporter: Aurélien DEHAY
> Priority: Minor
>
> Hello.
>
> The Structured Data as described in
> [https://tools.ietf.org/html/rfc5424#section-6.3] are not read by Nifi.
>
> I suggest the SD to be put in attributes, prefixed by the ID:
> [exampleSDID@32473 iut="3" eventSource="Application" eventID="1011"]
> to become 3 attributes
> * exampleSID@32473-iut = 3
> * exampleSID@32473-eventSource=Application
> * exampleSID@32473-eventID=1011
>
> This could be useful to preprocess RFC5424 message, prioritize or route them.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)