Bootstrap

es7.x在查询时,必须加上track_total_hits,不然就只显示10000

{
  "track_total_hits": true,
  "query": {
    "range": {
      "ts": {
        "gte": 0
      }
    }
  }
}

;