NQL where
Comparing field value to a fixed reference
Syntax
...
| where <field name> <comparison operator> <static value>Examples
devices during past 7d
| where operating_system.platform == WindowsName
Platform
Name
Platform
Name
Comparing two field values against each other
Syntax
Examples
Comparing native fields
Comparing a native field with a context field
Comparing native field to computed metric
Comparing native field to a manual custom field
Using multiple conditions
Last updated
Was this helpful?