evtx_search
Search Windows Event Log (EVTX) files by filtering on time range, Event IDs, keywords, or provider. Supports paginated results for large datasets.
Instructions
Search events from EVTX file. Filter by time, Event ID, keywords, provider. Supports pagination with offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 50) | |
| offset | No | Skip first N matches for pagination | |
| contains | No | ||
| end_time | No | ||
| provider | No | ||
| event_ids | No | ||
| evtx_path | Yes | ||
| start_time | No | ISO format datetime | |
| not_contains | No |