Where Operator
Overview
| where <boolean expression>Examples
Find data from the previous day
aws_alb
| where p_event_time > time.ago(1d)clientIp
elbStatusCode
p_event_time
sentBytes
type
Example 2
clientIp
elbStatusCode
p_event_time
sentBytes
type
Last updated
Was this helpful?

