Skip to content

Windows Event Log

Read events from Windows Event Log.

Windows Enterprise edition json

input:
windows-event-log:
channel: ~
query: ~
JSON
{
"input": {
"windows-event-log": {
"channel": null,
"query": null
}
}
}

A ✓ marks a field that accepts a context variable such as {{ VARIABLE }}.

Behavior
Field Type Required Description
start-at-oldest boolean (bool) Start with the oldest event available in the log.
Default: false
Debugging
Field Type Required Description
debug-event-payloads boolean (bool) Dump expanded event log data (not recommended for production).
Default: false
Query
Field Type Required Description
query string The query to filter events.
Source
Field Type Required Description
channel string The publisher channel to read events from.