Back to Elasticsearch

Tbucket

docs/reference/query-languages/esql/_snippets/functions/parameters/tbucket.md

9.4.0712 B
Original Source

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

Parameters

buckets : Target number of buckets, or desired bucket size. When a number is provided, the actual bucket size is derived from from/to or the @timestamp range in the query filter {applies_to}stack: ga 9.4. When a duration or period is provided, it is used as the explicit bucket size.

from : Start of the range. Required with a numeric buckets when no @timestamp range is in the query filter {applies_to}stack: ga 9.4.

to : End of the range. Required with a numeric buckets when no @timestamp range is in the query filter {applies_to}stack: ga 9.4.