Elasticsearch: Deprecate raw document mode (#62236)

elasticsearch: deprecate raw-document-mode
This commit is contained in:
Gábor Farkas 2023-01-26 17:05:37 +01:00 committed by GitHub
parent 07bc2c32e9
commit 16b816972b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ export const metricAggregationConfig: MetricsConfiguration = {
},
},
raw_document: {
label: 'Raw Document (legacy)',
label: 'Raw Document (deprecated)',
requiresField: false,
isSingleMetric: true,
isPipelineAgg: false,