浏览代码

feat(elasticsearch): add support for Elasticsearch scaled_type number type, closes #7155

Torkel Ödegaard 9 年之前
父节点
当前提交
658d39944b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/app/plugins/datasource/elasticsearch/datasource.js

+ 1 - 0
public/app/plugins/datasource/elasticsearch/datasource.js

@@ -239,6 +239,7 @@ function (angular, _, moment, kbn, ElasticQueryBuilder, IndexPattern, ElasticRes
           'date': 'date',
           'string': 'string',
           'text': 'text',
+          'scaled_float': 'number',
           'nested': 'nested'
         };