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:logscale Syntaxrange("value")
and:
logscale Syntaxrange(field="value")
These examples show basic structure only.
range()
Examples
What was the range of the values within the field responsetime:
logscale
range(responsetime)