Merge pull request #16215 from eemp/patch-1

Update filters-aggregation.asciidoc
This commit is contained in:
Clinton Gormley 2016-01-26 12:55:46 +01:00
parent 6aa1a4930e
commit 7cde0d47bc

View File

@ -146,7 +146,7 @@ The following snippet shows a response where the `other` bucket is requested to
"aggs" : { "aggs" : {
"messages" : { "messages" : {
"filters" : { "filters" : {
"other_bucket": "other_messages", "other_bucket_key": "other_messages",
"filters" : { "filters" : {
"errors" : { "term" : { "body" : "error" }}, "errors" : { "term" : { "body" : "error" }},
"warnings" : { "term" : { "body" : "warning" }} "warnings" : { "term" : { "body" : "warning" }}