"measure x interval" graph should go to zero when there are no data
I want to get a graphical overview of the occurence of some event and I want to do so in a 5 minute interval. That search could fx be
Type=Error_CL | measure count() interval 5minute
The event occurs much less often than on a 5 minute interval, so I expect the graph to go to 0 most of the time but it doesn't.
To be explicit, I expect:
No graph until first event.
No graph beyond last event.
Graph in between first and last event is 0 when there are no events - not interpolated.
See attachment.
