28 lines
469 B
JSON
28 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
|
|
}
|