Reputation: 383
In Kibana 5.2.2 there is this time range filter:
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
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