Hello!
I am doing the following:
date aggregation by month then a sub aggregation by day.
The data has holes and I want to extend the sub aggregation by day to have results for each day. My first instinct was to use a script for the sub aggregation extended_bounds but that does not seem like a possibility. Any suggestions or help in solving this would be much appreciated. Thanks!