mirror of https://github.com/grafana/grafana.git
Elasticsearch: Deprecate raw document mode (#62236)
elasticsearch: deprecate raw-document-mode
This commit is contained in:
parent
07bc2c32e9
commit
16b816972b
|
|
@ -191,7 +191,7 @@ export const metricAggregationConfig: MetricsConfiguration = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
raw_document: {
|
raw_document: {
|
||||||
label: 'Raw Document (legacy)',
|
label: 'Raw Document (deprecated)',
|
||||||
requiresField: false,
|
requiresField: false,
|
||||||
isSingleMetric: true,
|
isSingleMetric: true,
|
||||||
isPipelineAgg: false,
|
isPipelineAgg: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue