I have a column in my data table type date, and I want to be able to query said column. When I try to press the magnifying glass "filter value" Kibana gives me an error.
I guess what I am trying to ask is how do I create a date range filter for my data table?
could you let me know which version of Kibana you are using and what the error message is? A screenshot of the problem could be helpful too. Thank you!
I am using Kibana version 5.4.1
It's not so much that I am getting an error message, but more so that i am trying to filter my data table with what's in my booked date or active date column. I am also wondering if there is a way to filter it with the timepicker on the top right of the screen. Or will I have to create a custom plugin to do that?
The timepicker in the top left currently only filters by the primary time field configured for the index pattern. There are several other ways you could use to filter your results:
You can enter range queries for any field into the query bar above the dashboard, e.g. BookedDate:[2015-01-01 TO 2015-01-20].
You can click the icons to the add filters for that specific date to the filter bar. You mentioned this does not work for you?
Starting with Kibana 5.5.0, there is a new filter editor interface, which allows you to define range filters on fields:
hey @weltenwort
thanks for the response. Thanks your responses helped out a lot, I was not writing the range queries correctly. Also, just as an option, how do you configure a primary time field for an index pattern?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.