Conditional Functions
A list of all conditional functions supported by Cribl Search.
Name | Description |
---|---|
case | Evaluates a list of predicates and returns the first result expression whose predicate is satisfied. |
coalesce | Evaluates a list of expressions and returns the first non-null (or non-empty for string) expression. |
iif (iff ) | Evaluates the first argument (the predicate), and returns the value of either the second or third arguments, depending on whether the predicate evaluated to true (second) or false (third). |
max_of | Returns the maximum value of several evaluated numeric expressions. |
min_of | Returns the minimum value of several evaluated numeric expressions. |