summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cluster_health.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cluster_health.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cluster_health.json b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cluster_health.json
new file mode 100644
index 000000000..0fdc0de49
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cluster_health.json
@@ -0,0 +1,17 @@
+{
+ "cluster_name": "36928dce44074ceba64d7b3d698443a7",
+ "status": "green",
+ "timed_out": false,
+ "number_of_nodes": 3,
+ "number_of_data_nodes": 2,
+ "active_primary_shards": 97,
+ "active_shards": 194,
+ "relocating_shards": 0,
+ "initializing_shards": 0,
+ "unassigned_shards": 0,
+ "delayed_unassigned_shards": 0,
+ "number_of_pending_tasks": 0,
+ "number_of_in_flight_fetch": 0,
+ "task_max_waiting_in_queue_millis": 0,
+ "active_shards_percent_as_number": 100
+}