fluent-plugin-windows-eventlog icon indicating copy to clipboard operation
fluent-plugin-windows-eventlog copied to clipboard

in_windows_eventlog2: remove unexpected spaces in parsing description

Open Watson1978 opened this issue 2 months ago • 0 comments

Fix https://github.com/fluent/fluent-plugin-windows-eventlog/issues/116

Previously, the parser assumed that field keys and values were always separated by tab characters ("\t" or "\t\t").

However, some event log entries may include the spaces as delimiters, it causes incorrect key-value splitting.

This patch updates the parser to correctly handle both tabs and spaces between fields.

Watson1978 avatar Oct 22 '25 05:10 Watson1978