Nested Aggregation Results
{ ... "aggregations" : { "order-status" : { "doc_count_error_upper_bound" : 0, "sum_other_doc_count" : 0, "buckets" : [ { "key" : "pending", "doc_count" : 1, "placedOnMonth" : { "buckets" : [ { "key_as_string" : "2017-01", "key" : 1483228800000, "doc_count" : 1 } ] } }, ...
Last updated