Hello Everyone,
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).
Thanks 
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
Hi Nathan,
Greatly appreciate your prompt response, turns out what i was looking for is the "The day so far" Time range.
Takes it from 00:00 till now and refreshes on what i've set it.
Thank you, and have a great day!
Regards,
Robert