Aurélien DEHAY created NIFI-5139:
------------------------------------
Summary: 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
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)