From 0506334046f44859a4ebeb87a50ec40348a1f8be Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Thu, 7 May 2020 16:53:08 -0400 Subject: [PATCH] use calendar_interval for date aggregation --- config/aggregation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/aggregation.json b/config/aggregation.json index d4925ecd..3591fea5 100644 --- a/config/aggregation.json +++ b/config/aggregation.json @@ -34,7 +34,7 @@ "all_time": { "date_histogram": { "field": "created_at", - "interval": "day" + "calendar_interval": "day" } }, "avg_comments": {