Hi, all.. I've come across almost the same problem.
Elasticsearch 2.3.5
Kibana 4.5.3
on the same ubuntu machine
I could use curl to confirm that data are inserted into the index,
and also in kibana, it can automatically match the index name when I create in visualize.
So I imply from this post that it may be probably caused by the time format.
But, since for the index, I've give it a mapping, and when I check it, for the time field, it shows
"time":{
"type" :"date",
"format": "strict_date_optional_time || epoch_millis"
}
and when i do a search, a record instance contains:
"time":1356998940000
and in kibana, I did a search from 2013-01-01 to 2013-01-06.
Could anybody tell me how to config it right, to make this search work to return result??
Thanks a lot!