Visualize date histogram incorrectly set for Rollup-based visualization, causing it to fail #36295
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Rollups
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
This bug exists on master, possibly on older release branches too.
To reproduce:
The request will fail. Notice that the
date_histogram
aggregation we're sending with the request has an interval of3h
, not the24h
we specified.If we manually fix this by setting it to
24h
and send the request in Console, the request succeeds:The text was updated successfully, but these errors were encountered: