fluent / fluent-plugin-windows-eventlog

Fluentd plugin to collect windows event logs
Apache License 2.0
33 stars 19 forks source link

Not to load WinevtXMLparser by default #108

Closed daipom closed 1 month ago

daipom commented 3 months ago

WinevtXMLparser is not a mandatory dependency. We need it only when enabling render_as_xml.

So, this plugin should not load it by default. It can cause unintended NotFoundPluginError.

{datetime} [error]: config error file="xxx" error_class=Fluent::NotFoundPluginError
error="Unknown parser plugin 'winevt_xml'. Run 'gem search -rd fluent-plugin' to find plugins"