summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cat_indices_stats.json
blob: f46794cc46a59bf71f64df441f4d336ed8679a72 (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
[
  {
    "health": "yellow",
    "status": "open",
    "index": "my-index-000003",
    "uuid": "Clrvbw-AQ5CB3xWI3MUXFg",
    "pri": "1",
    "rep": "1",
    "docs.count": "1",
    "docs.deleted": "1",
    "store.size": "208b",
    "pri.store.size": "208b"
  },
  {
    "health": "yellow",
    "status": "open",
    "index": "my-index-000002",
    "uuid": "z7cy4d2PQYSSJDhi8dIjWg",
    "pri": "1",
    "rep": "1",
    "docs.count": "1",
    "docs.deleted": "1",
    "store.size": "208b",
    "pri.store.size": "208b"
  },
  {
    "health": "yellow",
    "status": "open",
    "index": "my-index-000001",
    "uuid": "08YTiZfmQUiO67VOGZOfVg",
    "pri": "1",
    "rep": "1",
    "docs.count": "1",
    "docs.deleted": "1",
    "store.size": "208b",
    "pri.store.size": "208b"
  },
  {
    "health": "yellow",
    "status": "open",
    "index": ".my-system-index-000001",
    "uuid": "08YTiZfmQUiO67VOGZOfVg",
    "pri": "1",
    "rep": "1",
    "docs.count": "1",
    "docs.deleted": "1",
    "store.size": "208b",
    "pri.store.size": "208b"
  }
]