Detecting issues impacting multiple devices
Monitoring the number of devices or users with issues
devices
| with execution.crashes during past 24h
| where binary.name = "outlook.exe"
| compute crashes = countif(process_visibility == foreground)
| summarize nr_of_devices = count() by entityNotifications
Alerts overview dashboard
Monitoring frequent issues across devices
Notifications
Alerts overview dashboard
NQL Examples
Detect specific web errors for an application.

Detect applications with a high web error ratio.

Detect a high number of crashes for binaries.

Detect a high number of devices with long boot time with Geolocation by country.

Virtualization alert for when the average CPU queue length per desktop pool is >= 3

Last updated
Was this helpful?