mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add a missing
to our debug query (#140048)
This commit is contained in:
parent
76fcb3fab9
commit
725d1280ea
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ POST .monitoring-*,*:.monitoring-*,metrics-*,*:metrics-*/_search
|
|||
"clusters": {
|
||||
"terms": {
|
||||
"field": "cluster_uuid",
|
||||
"missing": "__standalone_cluster__",
|
||||
"size": 100
|
||||
},
|
||||
"aggs": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue