cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Who rated this post

L5 Sessionator

Hi @JuliaUrbanska, thanks for reaching us using the Live Community.

 

You can use the "in" operator to lookup in a list of strings.

Example:

 

dataset = xdr_data
| filter event_type = ENUM.NETWORK and action_external_hostname in ("facebook.com", "instagram.com", "linkedin.com", "x.com")

 

If this post answers your question, please mark it as the solution.

JM
Who rated this post