Using the Where and Sort Operators
Currently in progress
KQL Operators
Where Operator
Examples
SecurityEvent
| where TimeGenerated > ago(3h)
Finding All Security Events for a Particular Computer

Finding All Virtual Machine Connections From a Particular Location

Sort Operator
Examples
Arrange an Output by a Specific Column in Ascending Order

Arrange an Output by a Specific Column in Descending Order

Using the "Order By" Operator to Sort a Query Output

Last updated