You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/18 14:56:00 UTC

[jira] [Commented] (NIFI-5139) ListenSyslog should process Structured Data

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

ASF GitHub Bot commented on NIFI-5139:
--------------------------------------

GitHub user bbende opened a pull request:

    https://github.com/apache/nifi/pull/2801

    NIFI-5139 Utilize NiFi Registry 0.2.0 client

    NOTE: This should only be merged after the NiFi Registry 0.2.0 release is complete and the 0.2.0 artifacts are available in Maven central.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bbende/nifi NIFI-5319

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/2801.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2801
    
----
commit 7dcfcf5a8a41e2fda90010851f270fc7cc2c1cb9
Author: Bryan Bende <bb...@...>
Date:   2018-06-18T14:52:01Z

    NIFI-5139 Utilize NiFi Registry 0.2.0 client

----


> 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)