Iguinn, thanks for the answer, but it turned out that I don't understand is it possible for me to use "partial" in my situation. Could you please comment this:
I do this request:
source="*users.csv" | timechart span=day count as users
A file I work with contains data from 2012-06-19 14:53:41 to 2016-06-16 05:39:34. Timechart does bins of 1 days long AND the boundaries of every bean are from 00:00:00 of a the day and 00:00:00 of the next day. E.g. the boundaries for the first bin are "2012-06-19 00:00:00 to 2012-06-20 00:00:00", according to UI of the Splunk (please see the screenshot ).
And this time boundaries are set regardless of the time of the day I make a request at.
The same situation is for month span-lengh AND for hour span-lengh (I mean that the start and the end of a bin are from appropriate "zero level" of a bean, e.g. for hour it is 00:00).
In my situation the intuitive behaviour of "partial" would be just cut off the first and last bins. Because, base on the data in a file, I suspect that it is possible that not all the data for that day are in the file, and for month span I'm sure that it is the case.
... View more