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
1 changed files with 1 additions and 1 deletions

View File

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