From 37eae789a013560cb9bd5dd7503efc4856d67eae Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Tue, 23 Jun 2015 20:01:28 +0200 Subject: [PATCH] Merge pull request #11801 from golubev/patch-6 fix json syntax in filters-aggregation.asciidoc --- .../aggregations/bucket/filters-aggregation.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/aggregations/bucket/filters-aggregation.asciidoc b/docs/reference/aggregations/bucket/filters-aggregation.asciidoc index 2553758d775..97096683d96 100644 --- a/docs/reference/aggregations/bucket/filters-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/filters-aggregation.asciidoc @@ -47,7 +47,7 @@ Response: "errors" : { "doc_count" : 34, "monthly" : { - "buckets : [ + "buckets" : [ ... // the histogram monthly breakdown ] } @@ -55,7 +55,7 @@ Response: "warnings" : { "doc_count" : 439, "monthly" : { - "buckets : [ + "buckets" : [ ... // the histogram monthly breakdown ] } @@ -125,4 +125,4 @@ request. The response for this example would be: } } ... --------------------------------------------------- \ No newline at end of file +--------------------------------------------------