0

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?

Sip
  • 373
  • 1
  • 6
  • 22
  • 1
    I'm afraid you'll have to fix your data, unfortunately, and set some kind of dummy timestamp. – Val Sep 08 '17 at 13:58

1 Answers1

2

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

Tyler Smalley
  • 301
  • 1
  • 3
  • This is not possible in Kibana 5.2.2. I upgraded to 5.5.2 and now it is possible to not chose any default-timestamp. Thank you! – Sip Sep 11 '17 at 10:58
  • 1
    Great - for anyone else coming across this. In previous versions you can uncheck the "Index contains time-based events" checkbox. – Tyler Smalley Sep 12 '17 at 00:34