Visualization - Date Histogram

Hi,

Does anyone know how can I create a Visualization witch will sum all value of a field with interval of 1 hour of 7 days ago ?

Example, if now is 2018/01/15 at 17:00, the graphs will show the information about 2018/01/08 at 16:00 to 16:59, 2018/01/08 at 15:00 to 15:59, 2018/01/08 at 14:00 to 14:59, ...

Thanks,

It is possible to make this work in Kibana today, but requires a version of an index pattern that does not define a time field and custom filters applied to the visualization to do the date filtering. It also means that the visualization won't respect the time range selected in the top right of Kibana and will likely create a somewhat awkward user experience.

That said, https://github.com/elastic/kibana/issues/3578 intends to make this possible by supporting multiple time filters on a dashboard so you could override the time range of some visualization to show data from 7 days ago in one or more visualizations and right now in some others. It's not clear how this will work at this time, but subscribe to that issue to get updates.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.