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

[jira] [Created] (NIFI-8175) Add a WindowsEventLogReader

Matt Burgess created NIFI-8175:
----------------------------------

             Summary: Add a WindowsEventLogReader
                 Key: NIFI-8175
                 URL: https://issues.apache.org/jira/browse/NIFI-8175
             Project: Apache NiFi
          Issue Type: New Feature
          Components: Extensions
            Reporter: Matt Burgess


Although ConsumeWindowsEventLog and ParseEvtx can take Windows Event Logs as input and output XML, the XML format (especially the EventData contents) can be cumbersome to use with XMLRecordReader.

This case proposes a new RecordReader that can specifically take the output from ConsumeWindowsEventLog/ParseEvtx and read it in a more record-friendly format, such as transforming the <Data> tags into "first-class" fields in the output record.



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