Parameter to round date histograms up instead of rounding down, to support a right-aligned histogram #69078
Labels
:Analytics/Aggregations
Aggregations
>enhancement
feedback_needed
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
I couldn't find any previous issues in Elasticsearch, but it's been a long-standing open issue in Kibana to allow "align to now" instead of "align to round intervals". I appreciate that we documented the rounding last year.
The requirement is that instead of rounding based on the Epoch time, we should allow the user to provide a fixed time to round from. For example:
So instead of generating buckets at the beginning of each hour, it would generate buckets that align with the time of the request.
The text was updated successfully, but these errors were encountered: