diff --git a/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/utils.ts b/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/utils.ts index 1017464cc04..348a511010d 100644 --- a/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/utils.ts +++ b/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/utils.ts @@ -191,7 +191,7 @@ export const metricAggregationConfig: MetricsConfiguration = { }, }, raw_document: { - label: 'Raw Document (legacy)', + label: 'Raw Document (deprecated)', requiresField: false, isSingleMetric: true, isPipelineAgg: false,