I'm building a heatmap using the Metric aggregation "Count". Sub-buckets are added: one for Date Histogram (with 1s interval) and another for Terms (hostname).
I have added {"min_doc_count":0} for the JSON input of the Terms sub-bucke(hostname), but I am still seeing some empty buckets.
I am trying to understand why not all the empty buckets are not being assigned the value of "0"...
