Reputation: 42500
I deployed Kibana 7.10.1 and Elasitcsearch 7.10.1. I am able to query from Kibana discover page. But I found the time range filter on the top right disappeared. How can I add it in the discover page?
Upvotes: 5
Views: 4109
Reputation: 10002
This might happen when you update Kibana/Elastic.
You need to do SHIFT
+ click on reload button (in Mac: CMD
+ reload). Or you can use one of other ways that reload browser cache (e.g. open DevTools or use ctrl
+shift
+delete
).
Upvotes: 0
Reputation: 42500
I found the reason is that I didn't pick up a timestamp index when create the index pattern in kibana.
Upvotes: 6
Reputation: 217304
It's because you clicked in the search bar and when the search bar has the focus, the time picker disappears. Click outside of it and the time picker will be back.
I fell into the same trap a while ago and it didn't make sense to me. it's not really intuitive, but I guess the reason was to give as much screen real estate to the search bar while users are typing into it.
Upvotes: 2