Joey Yi Zhao
Joey Yi Zhao

Reputation: 42500

How can I add time range filter in Kibana Discover page?

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?

enter image description here

Upvotes: 5

Views: 4109

Answers (3)

Nux
Nux

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

Joey Yi Zhao
Joey Yi Zhao

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

Val
Val

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

Related Questions