NQL include
Syntax
<object table> ...
| include <event table> ...
| compute <new metric name> = <metric>.<aggregation function>
...Example
binaries
| include execution.crashes during past 24h
| compute total_number_of_crashes = count()
| list total_number_of_crashes, name
| sort total_number_of_crashes descNumber of crashes
Binary name
Using multiple ‘include’ clauses
Number of crashes
Sum of freezes
Binary name
MD5 hash
Understanding the purpose of ‘with’ and ‘include’ clauses
Keyword
Meaning
Scope
Purpose
Compute
Last updated
Was this helpful?