Custom trends NQL examples
Keeping track of execution crashes
devices
| include execution.crashes past 1d
| compute nb_crashes = number_of_crashes.sum()
| list nb_crashes , hardware.manufacturer
Monitoring Windows 11 migration
Monitoring boot duration
Monitoring devices with application crashes on startup
Monitoring CPU usage of different binary versions
Last updated
Was this helpful?