Robert Cain continues a series on KQL:
In my previous post, we saw how the
search
operator was used to limit the results of a query. This post will focus on thewhere
operator, which performs a similar function.Whereas
search
is used to limit based on matching of a string, thewhere
operator is used to match based on a condition. In this post we’ll see some of the conditions that can be used with awhere
operator to narrow down a dataset.
Read on for plenty of uses of the operator.