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.
Hide omitted argument names for this function
Omitted Argument NamesThe argument name for
field
can be omitted; the following forms of this function are equivalent:logscalerange("field")
and:
logscalerange(field="field")
These examples show basic structure only.
range()
Examples
What was the range of the values within the field responsetime:
logscale
range(responsetime)