Finds numeric range between the smallest and largest numbers for the specified field over a set of events. Result is returned in a field named _range.

Function Traits: Aggregate

ParameterTypeRequiredDefaultDescription
asstringoptional_range Name of output field.
field[a]stringrequired  Field to extract a number from

[a] The argument name field can be omitted.

The parameter name for field can be omitted; the following forms are equivalent:

logscale
range("value")

and:

logscale
range(field="value")

range() Examples

What was the range in responsetime

logscale
range(responsetime)