Query Details

Show All Application Events

Query

No standalone KQL detected in this source

View source on GitHub

About this query

Use Case: Quickly review all application-related events from the Windows Event Log that occurred within the last day to troubleshoot a reported issue.

Query:

WindowsEvent('Application', 7d)

Explanation

The query retrieves all application-related events from the Windows Event Log that occurred within the last day. It is used to quickly review these events for troubleshooting a reported issue.