Query Details
Author: Niklas Tinner (@NiklasTinner)
Use Case: Monitoring the frequency of application-level events on Windows systems by severity level over the past hour.
WindowsEvent('Application', 1h)
| summarize count() by LevelThis query is used to monitor the frequency of application-level events on Windows systems. It looks at events from the 'Application' log over the past hour and summarizes the count of events by their severity level.

Ugur Koc
Released: February 4, 2024
Tables
Keywords
Operators