Browse Source

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

Torkel Ödegaard 9 years ago
parent
commit
658d39944b
1 changed files with 1 additions and 0 deletions
  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'
         };