mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
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" : {
|
"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" }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user