d71247
(firas)
March 4, 2022, 1:34pm
1
After upgrading our kibana instance from 7.4 to 7.16.3 , we saw errors in our Visualizes tsvb "The aggregation series_agg is not supported in entire_time_range mode"
jsanz
(Jorge Sanz)
March 8, 2022, 12:25pm
2
Support for that aggregation with the Entire Time Range mode was disabled in 7.16.
More details and links to issues that surfaced the underlying problem can be checked here:
elastic:master
← VladLasitsa:tsvb_pipeline_agg_for_time_range
opened 03:14PM - 09 Jul 21 UTC
Closes: #56665, #100998
## Summary
As for "entire time range" mode so that… correctly works pipeline aggregations we should get all buckets. Now we use `auto_date_histogram` which return only one bucket because of this value calculated based on that one bucket. To avoid this we should use `date_histogram` for pipeline aggregations.
![image](https://user-images.githubusercontent.com/16915480/127654024-01613a64-e845-41e1-b7f5-21406b52a0b9.png)
Also I after discussion we decide to disable parent papeline aggregations and series aggs for entire time range mode because it doesn't have sense. For example `moving average` for metric visualization where we should show one value for all range. I don't understand how we can choose one value.
How it looks:
![image](https://user-images.githubusercontent.com/16915480/127653857-d80449b3-7d98-47c1-8c90-b363b25b5d74.png)
system
(system)
Closed
April 5, 2022, 12:25pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.