Commit 93977316 by Torkel Ödegaard

revert #3288 for now since it breaks Elasticsearch 1.7

parent 7e49bdf5
...@@ -127,7 +127,6 @@ function (angular) { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment