ExtractGrok 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Evaluates one or more Grok Expressions against the content of a FlowFile, adding the results as attributes or replacing the content of the FlowFile with a JSON notation of the matched content
Tags
delimit, extract, grok, log, parse, text
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Restrictions
Required Permission Explanation
reference remote resources Patterns can reference resources over HTTP
Relationships
Name Description
unmatched FlowFiles are routed to this relationship when no provided Grok Expression matches the content of the FlowFile
matched FlowFiles are routed to this relationship when the Grok Expression is successfully evaluated and the FlowFile is modified as a result
Writes Attributes
Name Description
grok.XXX When operating in flowfile-attribute mode, each of the Grok identifier that is matched in the flowfile will be added as an attribute, prefixed with "grok." For example,if the grok identifier "timestamp" is matched, then the value will be added to an attribute named "grok.timestamp"