Finds the smallest number for the specified field over a set of events. Result is returned in a field named _min.
Function Traits: Aggregate
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
as | string | optional | _min | Name of output field. |
field [a] | string | required | Field to extract a number from. | |
type | string | optional | description | |
The parameter name for field
can be omitted; the following forms are equivalent:
logscale
min("value")
and:
logscale
min(field="value")