COUNT_IF
The number of true values in the time window.
Syntax
COUNT_IF(VALUE)
Arguments
VALUE:
A BOOLEAN expression that can be either a calculated field or a column from the data streams. .
Returns
A number
AVAILABLE IN
Output Type: Availablity Aggregated Outputs: YES Explicit Lookup Table: YES Inline Joins\Lookups: YES
Example
Count number of sample events in general, and the number of security-related events specifically.
Data
Query:
Results:
type data security
event 3 1
Related Functions
COUNT COUNT(*) COUNT_DISTINCT COUNT_EACH
Dialog
Last updated