From 16b816972bb7f43bce7404ddd766c3e416b5e225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Thu, 26 Jan 2023 17:05:37 +0100 Subject: [PATCH] Elasticsearch: Deprecate raw document mode (#62236) elasticsearch: deprecate raw-document-mode --- .../components/QueryEditor/MetricAggregationsEditor/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,