Replace Moving Average pipeline aggregation #24702
Labels
blocker
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
v8.0.0
The moving average pipeline aggregation has been deprecated as of 6.4: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-movavg-aggregation.html
We need to replace it with the new Moving Function aggregation instead.
This needs to be replaced in
Timelion's moving average is implemented in the Kibana server, and does not use the
moving_avg
ES function.cc @elastic/kibana-app
The text was updated successfully, but these errors were encountered: