Finds the smallest number for the specified field over a set of events.
Hide omitted argument names for this functionShow omitted argument names for this function
min()
Examples
Return what was the minimum responsetime:
logscale
min(responsetime)
Filter for events with a responsetime greater than 5 seconds:
logscale
min(responsetime)
| _min> 5