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

ASF subversion and git services commented on NIFI-8389:
-------------------------------------------------------

Commit f4ad658faee24b48a266e9efc53d2b275a473cdd in nifi's branch 
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f4ad658 ]

NIFI-8389 - Grok Reader - raw data strategy when no match

added allowable value in property
added docs in additionalDetails

This closes #4966.

Signed-off-by: Peter Turcsanyi <turcsa...@apache.org>


> 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: 1.5h
>  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)

Reply via email to