windows_eventlog
Installation
$ fluent-gem install fluent-plugin-windows-eventlogExample Configuration
<source>
@type windows_eventlog
@id windows_eventlog
channels application,system,security
tag winevt.raw
<storage>
@type local
persistent true
path C:\opt\td-agent\winevt.pos
</storage>
</source>Event Example
Plugin Helpers
Parameters
@type (required)
@type (required)tag (required)
tag (required)channels
channelsread_interval
read_interval<storage>
<storage>Learn More
FAQ
in_windows_eventlog can't read setup or security events, why?
in_windows_eventlog can't read setup or security events, why?Further Reading
Last updated
Was this helpful?