NQL count()
Using with the ‘compute’ clause
For objects:
devices during past 7d
| include execution.events during past 7d
| compute number_of_devices = device.count()For punctual events:
devices during past 7d
| include execution.crashes during past 7d
| compute number_of_crashes_ = count()For sampled events:
Using with the ‘summarize’ clause
For objects:
For punctual events:
For sampled events:
Last updated
Was this helpful?