Kibana Discover not showing data for any time range

Hello @Marius_Dragomir,

What do you mean by default query?

I queried a document of index temp-http and the output of GET /temp-http/_doc/D0u8FWYB-0GCY8C8HHdq is:

{
  "_index" : "temp-http",
  "_type" : "_doc",
  "_id" : "D0u8FWYB-0GCY8C8HHdq",
  "_version" : 1,
  "_seq_no" : 39600,
  "_primary_term" : 1,
  "found" : true,
  "_source" : {
    "response_time" : "162",
    "@timestamp" : "Wed, 26 Sep 2018 11:55:41 GMT",
    "deviceId" : "<id>",
    "url" : "<url>",
    "response_code" : "200",
    "response_msg" : "OK",
    "request_type" : "GET",
    "response" : "",
    "request" : "",
    "uid" : "<uid>"
  }
}