You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by bbende <gi...@git.apache.org> on 2017/04/28 17:23:57 UTC

[GitHub] nifi pull request #1639: NIFI-1939 - Correct issue where ParseSyslog was una...

Github user bbende commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1639#discussion_r113979345
  
    --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ParseSyslog.java ---
    @@ -57,13 +57,17 @@
     @SupportsBatching
     @InputRequirement(Requirement.INPUT_REQUIRED)
     @Tags({"logs", "syslog", "attributes", "system", "event", "message"})
    -@CapabilityDescription("Parses the contents of a Syslog message and adds attributes to the FlowFile for each of the parts of the Syslog message")
    +@CapabilityDescription("Attempts to parses the contents of a Syslog message in accordance to RFC5424 and RFC3164 " +
    +        "formats and adds attributes to the FlowFile for each of the parts of the Syslog message." +
    +        "Note: Be mindfull that RFC3164 is informational and a wide range of different implementations are present in" +
    +        " the wild. If messages fail parsing, considering using RFC5424 or using a generic parsin processors such as " +
    --- End diff --
    
    Minor typo on 'parsin'


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---