Hello Everyone,
I was doing some aggregation with stats, i had to show all the events between 15 minutes interval. The events available are having time according to the file modified date. When i do
"|bucket _time span=15m|Stats sum(FILESIZE)by _time"
i get the desired result and upon the value i get to know whether the file backup was done properly or not.
So My question was to "HOW CAN I GET THE INTERMEDIATE TIMES FOR THE EMPTY EVENTS FROM STARTING TO END TIME,SO THAT I CAN GET NULL FOR THOSE VALUES?
... View more