Add a missing to our debug query (#140048)

This commit is contained in:
Mat Schaffer 2022-09-06 18:11:33 +09:00 committed by GitHub
parent 76fcb3fab9
commit 725d1280ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ POST .monitoring-*,*:.monitoring-*,metrics-*,*:metrics-*/_search
"clusters": {
"terms": {
"field": "cluster_uuid",
"missing": "__standalone_cluster__",
"size": 100
},
"aggs": {