Just wondering cause i haven't seen this anywhere.
In Kibana, when creating a time series, is it possible to keep the x-axis on a fixed time and change depending on the date?
i.e. i want my visualizations to show data between Midnight -> 6pm for Every day (in a way, set a window and every day the data shown is today, but between midnight to 6pm).
I would recommend re-indexing your data and adding a new field called minuteOfDay that contains the time of day in minutes (a value between 0 and 1440). Then you can simply add a filter like minuteOfDay: [0 TO 1080] to view documents only occurring between midnight and 6pm
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.