Merge pull request #16215 from eemp/patch-1
Update filters-aggregation.asciidoc
This commit is contained in:
parent
6aa1a4930e
commit
7cde0d47bc
|
@ -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" }}
|
||||
|
|
Loading…
Reference in New Issue