Finds the smallest number for the specified field over a set of events. Result is returned in a field named _min.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
as | string | false | _min | Name of output field. |
field | string | true | Field to extract a number from. [a] | |
type | string | false | description | |
Examples
What was the minimum responsetime
logscale
min(responsetime)