You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (Jira)" <ji...@apache.org> on 2021/03/31 23:57:00 UTC

[jira] [Updated] (NIFI-8389) Grok Reader - raw data strategy when no match

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

Pierre Villard updated NIFI-8389:
---------------------------------
    Status: Patch Available  (was: Open)

> Grok Reader - raw data strategy when no match
> ---------------------------------------------
>
>                 Key: NIFI-8389
>                 URL: https://issues.apache.org/jira/browse/NIFI-8389
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Pierre Villard
>            Assignee: Pierre Villard
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> At the moment, with the GrokReader, there are two options when a message does not match the grok expression:
>  * append - this will append the message to the previous one
>  * skip - this will completely skip the message
> This improvement is to add a third option "raw" that will keep the message and will generate a record with only null fields and the _raw field with the raw message.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)