list_event_logs
Discover available Windows event logs with a name filter to find which logs contain records for querying event data.
Instructions
List the Windows event logs that contain records.
Use this to discover which log to query. Names like "System", "Application" and "Microsoft-Windows-Kernel-Power/Operational" are what query_event_log expects.
Args: name_filter: Optional wildcard, e.g. "Kernel" or "Microsoft-Windows-Diag*".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |