Timechart has a command option call partial. By default this is set to true, so set this to false. Only the first and last buckets can be partials. http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/SearchReference/Timechart
...| timechart partial=False count by foo
can you provide the timechart
query that you have?
Timechart has a command option call partial. By default this is set to true, so set this to false. Only the first and last buckets can be partials. http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/SearchReference/Timechart
...| timechart partial=False count by foo
this is a bit tedious, but should get you what you need.
....|<timechart>|reverse|streamstats count|search count>1|reverse