- in_windows_eventlog2: Enable expanding user names from SID and add
preserve_sid_on_hash
option - in_windows_eventlog2: Add Delimiter and Casing options for parsing
- in_windows_eventlog2: Not to load WinevtXMLparser by default
- in_windows_eventlog2: Make it possible to work without Nokogiri
- Permit using nokogiri 1.14.0
- in_windows_eventlog2: Skip to subscribe non existent channels, not to stop Fluentd
- in_windows_eventlog2: Add trace logs for debugging
- in_windows_eventlog2: Support event query parameter on Windows EventLog channel subscriptions
- in_windows_eventlog2: Support remoting access
- in_windows_eventlog2: Depends on nokogiri 1.11 series
- in_windows_eventlog2: Support multilingual description
- Make fluent-plugin-parser-winevt_xml plugin as optional dependency
- in_windows_eventlog2: Render Ruby hash object directly by default
- Permit using nokogiri 1.11.0
- in_windows_eventlog2: Add Qualifiers key handling options
- in_windows_eventlog2: Add parameter to read from all channels shortcut
- in_windows_eventlog2: Add empty bookmark checking mechanism
- in_windows_eventlog2: Support subscribe directive to handle read_existing_events paratemer each of channels.
- in_windows_eventlog2: Depends on winevt_c v0.7.0 or later.
- Fix winevt_c dependency to prevent fetching winevt_c v0.7.0 or later.
- in_windows_eventlog2: Handle empty key case in parsing description method.
- in_windows_eventlog: Improve error handling and logging when failed to open Windows Event Log.
- in_windows_eventlog2: Handle privileges record on #parse_desc
- in_windows_eventlog2: Raise error when handling invalid bookmark xml
- in_windows_eventlog2: Handle invalid data error from
Winevt::EventLog::Query::Error
- in_windows_eventlog2: Add a missing ProcessID record
- in_windows_eventlog2: Add new
render_as_xml
parameter to switch rendering as XML or Ruby Hash object - in_windows_eventlog2: Support rate limit with
rate_limit
option - parser_winevt_xml: Separate
parser_winevt_xml
plugin to other repository and published as Fluentd parser plugin
- Add new
in_windows_eventlog2
plugin. This plugin uses newer windows event logging API. - Add
winevt_c
andnokogiri
gem dependency forin_windows_eventlog2
- in_windows_eventlog: Add
parse_description
parameter
- in_windows_eventlog: Add
string_inserts
to the resulting record
- in_windows_eventlog: Use v1 API