The project is in a healthy, maintained state
Fluentd Parser plugin to parse XML rendered windows event log.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 3.4.0

Runtime

>= 0.14.12, < 2
~> 0.2
~> 3.2
>= 1.12.5, < 1.17
 Project Readme

fluent-plugin-parser-winevt_xml

Build status Build Status

Component

Fluentd Parser plugin for XML rendered Windows EventLogs

Fluentd plugin to parse XML rendered Windows Event Logs.

Installation

gem install fluent-plugin-parser-winevt_xml

Configuration

parser_winevt_xml

<parse>
  @type winevt_xml
  preserve_qualifiers true
</parse>

preserve_qualifiers

Preserve Qualifiers key instead of calculating actual EventID with Qualifiers. Default is true.

parser_winevt_sax

This plugin is a bit faster than winevt_xml.

<parse>
  @type winevt_sax
  preserve_qualifiers true
</parse>

preserve_qualifiers

Preserve Qualifiers key instead of calculating actual EventID with Qualifiers. Default is true.

Copyright

Copyright

Copyright(C) 2019- Hiroshi Hatake, Masahiro Nakagawa

License

Apache License, Version 2.0