An open API service indexing awesome lists of open source software.

https://github.com/fluent/fluent-plugin-parser-winevt_xml

Fluentd Parser plugin to parse XML rendered windows event log.
https://github.com/fluent/fluent-plugin-parser-winevt_xml

eventlog fluentd fluentd-parser-plugin fluentd-plugin windows

Last synced: 8 months ago
JSON representation

Fluentd Parser plugin to parse XML rendered windows event log.

Awesome Lists containing this project

README

          

# fluent-plugin-parser-winevt_xml

[![Build status](https://ci.appveyor.com/api/projects/status/eb0capv0q70u381f/branch/master?svg=true)](https://ci.appveyor.com/project/fluent/fluent-plugin-parser-winevt-xml/branch/master)
[![Build Status](https://travis-ci.org/fluent/fluent-plugin-parser-winevt_xml.svg?branch=master)](https://travis-ci.org/fluent/fluent-plugin-parser-winevt_xml)

## Component

### Fluentd Parser plugin for XML rendered Windows EventLogs

[Fluentd](https://www.fluentd.org/) plugin to parse XML rendered Windows Event Logs.

### Installation

```
gem install fluent-plugin-parser-winevt_xml
```

## Configuration

### parser_winevt_xml

```aconf

@type winevt_xml
preserve_qualifiers true

```

#### 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`.

```aconf

@type winevt_sax
preserve_qualifiers true

```

#### 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