Browse Source

elasticsearch original test

pull/21/head
Coin de Gamma 3 years ago
parent
commit
5584fb48c9
  1. 4
      spec/elasticsearch.jest.ts

4
spec/elasticsearch.jest.ts

@ -142,8 +142,8 @@ describe('simple query', function(){
"field": "@timestamp",
"min_doc_count": 0,
"extended_bounds": {
"min": "0", // used to be 1545933121101
"max": "1" // used to be 1545954721101
"min": "1545933121101",
"max": "1545954721101"
},
"format": "epoch_millis"
},

Loading…
Cancel
Save