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.

ParameterTypeRequiredDefaultDescription
asstringoptional[a]_range Name of output field.
field[b]stringrequired  Field to extract a number from

[a] Optional parameters use their default value unless explicitly set

[b] The argument name field can be omitted.

Omitted Argument Names

The argument name for field can be omitted; the following forms of this function are equivalent:

logscale
range("value")

and:

logscale
range(field="value")

range() Examples

What was the range in responsetime

logscale
range(responsetime)