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