elastic: explain why moving_avg is 7.x only (#54840)

This commit is contained in:
Gábor Farkas 2022-09-07 14:31:11 +02:00 committed by GitHub
parent c56907b879
commit 687b0b1726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,8 @@ export const metricAggregationConfig: MetricsConfiguration = {
defaults: {},
},
moving_avg: {
// deprecated in 6.4.0, removed in 8.0.0,
// recommended replacement is moving_fn
label: 'Moving Average',
requiresField: true,
isPipelineAgg: true,