revert #3288 for now since it breaks Elasticsearch 1.7

This commit is contained in:
Torkel Ödegaard 2015-11-20 10:48:10 +01:00
parent 7e49bdf5a8
commit 93977316ce

View File

@ -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;