mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Elasticseach: Support histogram fields (#29079)
This commit is contained in:
parent
48d2dff987
commit
ee547b4410
@ -618,6 +618,7 @@ export class ElasticDatasource extends DataSourceApi<ElasticsearchQuery, Elastic
|
||||
text: 'string',
|
||||
scaled_float: 'number',
|
||||
nested: 'nested',
|
||||
histogram: 'number',
|
||||
};
|
||||
|
||||
const shouldAddField = (obj: any, key: string) => {
|
||||
|
Loading…
Reference in New Issue
Block a user