github.com/netdata/go.d.plugin@v0.58.1/modules/elasticsearch/testdata/v8.4.2/cat_indices_stats.json (about)

     1  [
     2    {
     3      "health": "yellow",
     4      "status": "open",
     5      "index": "my-index-000003",
     6      "uuid": "Clrvbw-AQ5CB3xWI3MUXFg",
     7      "pri": "1",
     8      "rep": "1",
     9      "docs.count": "1",
    10      "docs.deleted": "1",
    11      "store.size": "208b",
    12      "pri.store.size": "208b"
    13    },
    14    {
    15      "health": "yellow",
    16      "status": "open",
    17      "index": "my-index-000002",
    18      "uuid": "z7cy4d2PQYSSJDhi8dIjWg",
    19      "pri": "1",
    20      "rep": "1",
    21      "docs.count": "1",
    22      "docs.deleted": "1",
    23      "store.size": "208b",
    24      "pri.store.size": "208b"
    25    },
    26    {
    27      "health": "yellow",
    28      "status": "open",
    29      "index": "my-index-000001",
    30      "uuid": "08YTiZfmQUiO67VOGZOfVg",
    31      "pri": "1",
    32      "rep": "1",
    33      "docs.count": "1",
    34      "docs.deleted": "1",
    35      "store.size": "208b",
    36      "pri.store.size": "208b"
    37    },
    38    {
    39      "health": "yellow",
    40      "status": "open",
    41      "index": ".my-system-index-000001",
    42      "uuid": "08YTiZfmQUiO67VOGZOfVg",
    43      "pri": "1",
    44      "rep": "1",
    45      "docs.count": "1",
    46      "docs.deleted": "1",
    47      "store.size": "208b",
    48      "pri.store.size": "208b"
    49    }
    50  ]