min_over_time.md 444 B

% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

MIN OVER TIME

The minimum over time value of a field.

Note: Available with the TS command in snapshot builds

TS k8s
| STATS cost=sum(min_over_time(network.cost)) BY cluster, time_bucket = bucket(@timestamp,1minute)