- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This Adapter allows you to connect to the local Windows Event Logs API on Windows. This means this Adapter is only available from Windows builds and only works locally (will not connect to remote Windows instances).
Configurations
Adapter Type: wel
client_options
: common configuration for adapter as defined here.evt_sources
: a comma separated list of elements in the formatSOURCE:FILTER
, whereSOURCE
is an Event Source name likeApplication
,System
orSecurity
andFILTER
is anXPath
filter value as described in the documentation linked below.
API Doc
See the official documentation.
Was this article helpful?