Explorar el Código

revert #3288 for now since it breaks Elasticsearch 1.7

Torkel Ödegaard hace 10 años
padre
commit
93977316ce
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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),
             "interval": this.getInterval(aggDef),
             "field": this.timeField,
             "field": this.timeField,
             "min_doc_count": 0,
             "min_doc_count": 0,
-            "format": "epoch_millis",
             "extended_bounds": { "min": "$timeFrom", "max": "$timeTo" }
             "extended_bounds": { "min": "$timeFrom", "max": "$timeTo" }
           };
           };
           break;
           break;