On This Page

Home / Search/ Language Reference/ Functions/ Scalar Functions/Conditional Functions

Conditional Functions

A list of all conditional functions supported by Cribl Search.


NameDescription
caseEvaluates a list of predicates and returns the first result expression whose predicate is satisfied.
coalesceEvaluates 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_ofReturns the maximum value of several evaluated numeric expressions.
min_ofReturns the minimum value of several evaluated numeric expressions.