Sip
Sip

Reputation: 383

How can I remove Time Range Filter

In Kibana 5.2.2 there is this time range filter: enter image description here

I have some documents without a timestamp on a type. Since there is no option 'all time', I cannot see those documents. Is there an option to disable this time range filter?

Upvotes: 0

Views: 4331

Answers (1)

Tyler Smalley
Tyler Smalley

Reputation: 301

You will need to uncheck Index contains time-based events when creating the index pattern.

For more information: https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html

Upvotes: 2

Related Questions