I have a requirement where I need to filter out the certain hours with in the day with bar chart.
So, for example , if I search from 2016.10.01 00:00:00Z to 2016.10.06 00:00:00Z in time filter and if create a filter like 00:00 - 01:00 for each day, I expect kibana to return counts for 00:00 - 01:00 for every day.
Time range Counts
2016.10.01 00:00 4
2016.10.02 00:00 5
2016.10.03 00:00 1
2016.10.04 00:00 2
2016.10.05 00:00 4
This seems to be possible only using "now" using date range but I want to dynamically calculate from the time filter in visualization.
Is this possible?