Hi guys!
I am creating a dashboard where it has to show the data per day & per hour.
I add 1 histogram field using @timestamp with minimal interval by day.
Another histogram field using @timestamp with minimal interval by hour.
The metrics are added.
If I request data from 3 days of a month; the data displayed is :
day 1 with data of day 1
day 1 again but with data of day 2
day 1 again but with data of day 3.
day 2 with data of day 1 .... and so on.
Please, any suggestion what am I doing wrong,?
Thanks in advanced.