ParseEvtx 2025.10.9.21

Bundle

org.apache.nifi | nifi-evtx-nar

Description

Parses the contents of a Windows Event Log file (evtx) and writes the resulting XML to the FlowFile

Tags

event, evtx, file, logs, message, windows

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
GranularityOutput flow file for each Record, Chunk, or File encountered in the event log

Relationships

NameDescription
bad chunkAny bad chunks of records will be transferred to this relationship in their original binary form
failureAny FlowFile that encountered an exception during conversion will be transferred to this relationship with as much parsing as possible done
originalThe unmodified input FlowFile will be transferred to this relationship
successAny FlowFile that was successfully converted from evtx to XML

Writes attributes

NameDescription
filenameThe output filename
mime.typeThe output filetype (application/xml for success and failure relationships, original value for bad chunk and original relationships)