summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cat_indices_stats.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cat_indices_stats.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cat_indices_stats.json b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cat_indices_stats.json
new file mode 100644
index 000000000..f46794cc4
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cat_indices_stats.json
@@ -0,0 +1,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"
+ }
+]