mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
feat(elasticsearch): add support for Elasticsearch scaled_type number type, closes #7155
This commit is contained in:
parent
36929c2a92
commit
658d39944b
@ -239,6 +239,7 @@ function (angular, _, moment, kbn, ElasticQueryBuilder, IndexPattern, ElasticRes
|
||||
'date': 'date',
|
||||
'string': 'string',
|
||||
'text': 'text',
|
||||
'scaled_float': 'number',
|
||||
'nested': 'nested'
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user