Kibana version: 5.0.0 release candidate 3
Elasticsearch version: 5.0.0 release candidate 3
Server OS version: Windows 10
Browser version: IE 11
Browser OS version: Windows 10
Original install method (e.g. download page, yum, from source, etc.): zip files
Description of the problem including expected versus actual behavior:
Steps to reproduce:
Last 15 minutes
and had logstash data available thereNew
menu, and select some other visualization type like Pie chart
, I have the menu along the top, but no Time Picker.Errors in browser console (if relevant): No errors
Provide logs and/or server output (if relevant): No errors
log [14:21:42.947] [info][status][plugin:[email protected]] Status changed from uninitialized to green - Ready
log [14:21:42.953] [info][listening] Server running at http://localhost:5601
log [14:21:42.955] [info][status][ui settings] Status changed from uninitialized to green - Ready
I'm still investigating... Not sure how to get the Time Picker back right now.
Looks like somehow my logstash-* index pattern was set to NOT be a time-based index. Deleting and recreating that logstash-* index pattern fixed everything. It was probably something I did as part of an index pattern test.
But at least its documented here in case someone else has a similar problem they can find this solution.
Most helpful comment
Looks like somehow my logstash-* index pattern was set to NOT be a time-based index. Deleting and recreating that logstash-* index pattern fixed everything. It was probably something I did as part of an index pattern test.
But at least its documented here in case someone else has a similar problem they can find this solution.