-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Rollup visualization doesn't send timezone with range query #29797
Copy link
Copy link
Closed
Labels
Feature:AggregationsAggregation infrastructure (AggConfig, esaggs, ...)Aggregation infrastructure (AggConfig, esaggs, ...)Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Metadata
Metadata
Assignees
Labels
Feature:AggregationsAggregation infrastructure (AggConfig, esaggs, ...)Aggregation infrastructure (AggConfig, esaggs, ...)Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Type
Fields
Give feedbackNo fields configured for issues without a type.
Kibana version: 6.5
Elasticsearch version: 6.5
Describe the bug:
Visualizing rollup index patterns from rollup jobs configured with date histogram that has any other timezone than
UTCresults in an error like:Field [utc_time] in [range] query was found in rollup indices, but requested timezone is not compatible. Options include: [Asia/Tokyo]Steps to reproduce:
Asia/Tokyodate_histogram time zoneThe same error occurs when sending the query from console:

Expected behavior:
Rollup visualization should render. We need to send rollup job configuration's timezone with the date range query.
Any additional context:
Reported via Discuss threads:
https://discuss.elastic.co/t/visualizing-rollup-index-with-timezone-result-in-error/159064/5
https://discuss.elastic.co/t/rollup-search-error-with-timezone/165624