Query Details
Use Case: Identifying system-related events with Event ID 19 within the last 7 days for IT security auditing purposes.
Query:
WindowsEvent('System', 7d)
| where tostring(EventId) == '19'The query is looking for system-related events with Event ID 19 that occurred within the last 7 days. It is used for IT security auditing purposes.

Ugur Koc
Released: February 4, 2024
Tables
Keywords
Operators