Back to Elasticsearch

Increase

docs/reference/query-languages/esql/_snippets/functions/examples/increase.md

9.4.0516 B
Original Source

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

Example

esql
TS k8s
| WHERE pod == "one"
| STATS increase_bytes_in = SUM(INCREASE(network.total_bytes_in)) BY cluster, time_bucket = TBUCKET(10minute)
increase_bytes_in:doublecluster:keywordtime_bucket:datetime
2453.5prod2024-05-10T00:00:00.000Z
5828.87qa2024-05-10T00:00:00.000Z
2591.440476190476staging2024-05-10T00:00:00.000Z