Class: OpenSearch::DSL::Search::Aggregations::MovingAvg
- Inherits:
-
Object
- Object
- OpenSearch::DSL::Search::Aggregations::MovingAvg
- Includes:
- BaseAggregationComponent
- Defined in:
- lib/opensearch/dsl/search/aggregations/pipeline/moving_avg.rb
Overview
Given an ordered series of data, the Moving Average aggregation will slide a window across the data and emit the average value of that window.