fluent / fluent-plugin-windows-eventlog

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

Remove `from_encoding` parameter in README #105

Closed nishant-nayak closed 4 months ago

nishant-nayak commented 4 months ago

The from_encoding parameter was removed from the in_windows_eventlog2 plugin in commit cddc2f42a771b0b2a1c834681346a429c0464f86 . However, this parameter is still present in the README. When using this parameter in a fluentd config, we get the warning:

warn: parameter 'from_encoding' in <source>...</source> is not used.

This PR removes the from_encoding parameter from the README to avoid confusion and prevent unnecessary warnings from showing up.