Browse Source

revert #3288 for now since it breaks Elasticsearch 1.7

Torkel Ödegaard 10 years ago
parent
commit
93977316ce
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/app/plugins/datasource/elasticsearch/query_builder.js

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

@@ -127,7 +127,6 @@ function (angular) {
             "interval": this.getInterval(aggDef),
             "field": this.timeField,
             "min_doc_count": 0,
-            "format": "epoch_millis",
             "extended_bounds": { "min": "$timeFrom", "max": "$timeTo" }
           };
           break;