debian-mirror-gitlab/spec/fixtures/lib/elasticsearch/pods_query.json
2020-04-22 19:07:51 +05:30

29 lines
469 B
JSON

{
"aggs": {
"pods": {
"aggs": {
"containers": {
"terms": {
"field": "kubernetes.container.name",
"size": 500
}
}
},
"terms": {
"field": "kubernetes.pod.name",
"size": 500
}
}
},
"query": {
"bool": {
"must": {
"match_phrase": {
"kubernetes.namespace": "autodevops-deploy-9-production"
}
}
}
},
"size": 0
}