Evaluates an arbitrary expression as a boolean value and filters events when the expression returns true.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
expression | expression | true | The expression to test. [a] | |
[a] If an argument name is not given, |
test()
Examples
The following tests if the value of the field foo is less than the value of the field bar:
logscale
test(foo < bar)
This example compares a field value within the LogScale repository:
logscale
test(cputime < 7500)