summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/elasticsearch/pods_response.json
blob: d923f914d7c220aaca041beb47f0ba0e60ec935e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "took": 8540,
  "timed_out": false,
  "_shards": {
    "total": 153,
    "successful": 153,
    "skipped": 0,
    "failed": 0
  },
  "hits": {
    "total": 62143,
    "max_score": 0.0,
    "hits": [

    ]
  },
  "aggregations": {
    "pods": {
      "doc_count_error_upper_bound": 0,
      "sum_other_doc_count": 0,
      "buckets": [
        {
          "key": "runner-gitlab-runner-7bbfb5dcb5-p6smb",
          "doc_count": 19795,
          "containers": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": [
              {
                "key": "runner-gitlab-runner",
                "doc_count": 19795
              }
            ]
          }
        },
        {
          "key": "elastic-stack-elasticsearch-master-1",
          "doc_count": 13185,
          "containers": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": [
              {
                "key": "elasticsearch",
                "doc_count": 13158
              },
              {
                "key": "chown",
                "doc_count": 24
              },
              {
                "key": "sysctl",
                "doc_count": 3
              }
            ]
          }
        },
        {
          "key": "ingress-nginx-ingress-controller-76449bcc8d-8qgl6",
          "doc_count": 3437,
          "containers": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": [
              {
                "key": "nginx-ingress-controller",
                "doc_count": 3437
              }
            ]
          }
        }
      ]
    }
  }
}