where

The where operator displays events that match criteria specified in a "where" expression. Where expressions act as filters to return only those results that fulfill a particular condition. In fact, filter is a synonym of the operator where. Results for where expressions are binary, satisfying either true or false.

Syntax

... | where <expression>

where:

How Do I Use This?

... | where eventId is NULL
... | where eventId=10006093313 OR deviceVersion CONTAINS “4.0.6.4924.1”
... | where eventId >=10005985569 OR categories= “/Agent/Started”

 

For information about other operators, functions, and syntax requirements, see Use an Operator in the Query.