summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/elasticsearch/testdata')
-rw-r--r--src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/config.json25
-rw-r--r--src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/config.yaml22
-rw-r--r--src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cat_indices_stats.json50
-rw-r--r--src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cluster_health.json17
-rw-r--r--src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cluster_stats.json377
-rw-r--r--src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/info.json17
-rw-r--r--src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/nodes_local_stats.json867
-rw-r--r--src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/nodes_stats.json2577
8 files changed, 3952 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/config.json b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/config.json
new file mode 100644
index 000000000..a456d1d56
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/config.json
@@ -0,0 +1,25 @@
+{
+ "update_every": 123,
+ "url": "ok",
+ "body": "ok",
+ "method": "ok",
+ "headers": {
+ "ok": "ok"
+ },
+ "username": "ok",
+ "password": "ok",
+ "proxy_url": "ok",
+ "proxy_username": "ok",
+ "proxy_password": "ok",
+ "timeout": 123.123,
+ "not_follow_redirects": true,
+ "tls_ca": "ok",
+ "tls_cert": "ok",
+ "tls_key": "ok",
+ "tls_skip_verify": true,
+ "cluster_mode": true,
+ "collect_node_stats": true,
+ "collect_cluster_health": true,
+ "collect_cluster_stats": true,
+ "collect_indices_stats": true
+}
diff --git a/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/config.yaml b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/config.yaml
new file mode 100644
index 000000000..af1b4a136
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/config.yaml
@@ -0,0 +1,22 @@
+update_every: 123
+url: "ok"
+body: "ok"
+method: "ok"
+headers:
+ ok: "ok"
+username: "ok"
+password: "ok"
+proxy_url: "ok"
+proxy_username: "ok"
+proxy_password: "ok"
+timeout: 123.123
+not_follow_redirects: yes
+tls_ca: "ok"
+tls_cert: "ok"
+tls_key: "ok"
+tls_skip_verify: yes
+cluster_mode: yes
+collect_node_stats: yes
+collect_cluster_health: yes
+collect_cluster_stats: yes
+collect_indices_stats: yes
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"
+ }
+]
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
+}
diff --git a/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cluster_stats.json b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cluster_stats.json
new file mode 100644
index 000000000..53bea1b34
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/cluster_stats.json
@@ -0,0 +1,377 @@
+{
+ "_nodes": {
+ "total": 3,
+ "successful": 3,
+ "failed": 0
+ },
+ "cluster_name": "36928dce44074ceba64d7b3d698443a7",
+ "cluster_uuid": "5jO2X31FQ32kJAWoCsp3Vw",
+ "timestamp": 1687866240414,
+ "status": "green",
+ "indices": {
+ "count": 97,
+ "shards": {
+ "total": 194,
+ "primaries": 97,
+ "replication": 1,
+ "index": {
+ "shards": {
+ "min": 2,
+ "max": 2,
+ "avg": 2
+ },
+ "primaries": {
+ "min": 1,
+ "max": 1,
+ "avg": 1
+ },
+ "replication": {
+ "min": 1,
+ "max": 1,
+ "avg": 1
+ }
+ }
+ },
+ "docs": {
+ "count": 402750703,
+ "deleted": 1603
+ },
+ "store": {
+ "size_in_bytes": 380826136962,
+ "total_data_set_size_in_bytes": 380826136962,
+ "reserved_in_bytes": 0
+ },
+ "fielddata": {
+ "memory_size_in_bytes": 600,
+ "evictions": 0
+ },
+ "query_cache": {
+ "memory_size_in_bytes": 37465951,
+ "total_count": 684606952,
+ "hit_count": 96838726,
+ "miss_count": 587768226,
+ "cache_size": 22571,
+ "cache_count": 91319,
+ "evictions": 68748
+ },
+ "completion": {
+ "size_in_bytes": 0
+ },
+ "segments": {
+ "count": 614,
+ "memory_in_bytes": 0,
+ "terms_memory_in_bytes": 0,
+ "stored_fields_memory_in_bytes": 0,
+ "term_vectors_memory_in_bytes": 0,
+ "norms_memory_in_bytes": 0,
+ "points_memory_in_bytes": 0,
+ "doc_values_memory_in_bytes": 0,
+ "index_writer_memory_in_bytes": 368167356,
+ "version_map_memory_in_bytes": 54470768,
+ "fixed_bit_set_memory_in_bytes": 57736,
+ "max_unsafe_auto_id_timestamp": 1679747033889,
+ "file_sizes": {}
+ },
+ "mappings": {
+ "total_field_count": 10467,
+ "total_deduplicated_field_count": 2070,
+ "total_deduplicated_mapping_size_in_bytes": 26441,
+ "field_types": [
+ {
+ "name": "alias",
+ "count": 1,
+ "index_count": 1,
+ "script_count": 0
+ },
+ {
+ "name": "boolean",
+ "count": 77,
+ "index_count": 37,
+ "script_count": 0
+ },
+ {
+ "name": "constant_keyword",
+ "count": 10,
+ "index_count": 4,
+ "script_count": 0
+ },
+ {
+ "name": "date",
+ "count": 763,
+ "index_count": 86,
+ "script_count": 0
+ },
+ {
+ "name": "flattened",
+ "count": 27,
+ "index_count": 27,
+ "script_count": 0
+ },
+ {
+ "name": "float",
+ "count": 8,
+ "index_count": 4,
+ "script_count": 0
+ },
+ {
+ "name": "integer",
+ "count": 279,
+ "index_count": 70,
+ "script_count": 0
+ },
+ {
+ "name": "ip",
+ "count": 4,
+ "index_count": 4,
+ "script_count": 0
+ },
+ {
+ "name": "keyword",
+ "count": 4345,
+ "index_count": 86,
+ "script_count": 0
+ },
+ {
+ "name": "long",
+ "count": 1143,
+ "index_count": 79,
+ "script_count": 0
+ },
+ {
+ "name": "match_only_text",
+ "count": 1170,
+ "index_count": 69,
+ "script_count": 0
+ },
+ {
+ "name": "nested",
+ "count": 4,
+ "index_count": 4,
+ "script_count": 0
+ },
+ {
+ "name": "object",
+ "count": 2583,
+ "index_count": 85,
+ "script_count": 0
+ },
+ {
+ "name": "text",
+ "count": 49,
+ "index_count": 17,
+ "script_count": 0
+ },
+ {
+ "name": "version",
+ "count": 4,
+ "index_count": 4,
+ "script_count": 0
+ }
+ ],
+ "runtime_field_types": []
+ },
+ "analysis": {
+ "char_filter_types": [],
+ "tokenizer_types": [],
+ "filter_types": [],
+ "analyzer_types": [],
+ "built_in_char_filters": [],
+ "built_in_tokenizers": [],
+ "built_in_filters": [],
+ "built_in_analyzers": []
+ },
+ "versions": [
+ {
+ "version": "8.4.2",
+ "index_count": 97,
+ "primary_shard_count": 97,
+ "total_primary_bytes": 189671468048
+ }
+ ]
+ },
+ "nodes": {
+ "count": {
+ "total": 3,
+ "coordinating_only": 0,
+ "data": 0,
+ "data_cold": 0,
+ "data_content": 2,
+ "data_frozen": 0,
+ "data_hot": 2,
+ "data_warm": 0,
+ "ingest": 2,
+ "master": 3,
+ "ml": 0,
+ "remote_cluster_client": 2,
+ "transform": 2,
+ "voting_only": 1
+ },
+ "versions": [
+ "8.4.2"
+ ],
+ "os": {
+ "available_processors": 8,
+ "allocated_processors": 8,
+ "names": [
+ {
+ "name": "Linux",
+ "count": 3
+ }
+ ],
+ "pretty_names": [
+ {
+ "pretty_name": "Ubuntu 20.04.5 LTS",
+ "count": 3
+ }
+ ],
+ "architectures": [
+ {
+ "arch": "amd64",
+ "count": 3
+ }
+ ],
+ "mem": {
+ "total_in_bytes": 33285996544,
+ "adjusted_total_in_bytes": 32153534464,
+ "free_in_bytes": 1732333568,
+ "used_in_bytes": 31553662976,
+ "free_percent": 5,
+ "used_percent": 95
+ }
+ },
+ "process": {
+ "cpu": {
+ "percent": 26
+ },
+ "open_file_descriptors": {
+ "min": 557,
+ "max": 1185,
+ "avg": 968
+ }
+ },
+ "jvm": {
+ "max_uptime_in_millis": 23671188288,
+ "versions": [
+ {
+ "version": "18.0.2.1",
+ "vm_name": "OpenJDK 64-Bit Server VM",
+ "vm_version": "18.0.2.1+1-1",
+ "vm_vendor": "Oracle Corporation",
+ "bundled_jdk": true,
+ "using_bundled_jdk": true,
+ "count": 3
+ }
+ ],
+ "mem": {
+ "heap_used_in_bytes": 8044798544,
+ "heap_max_in_bytes": 16009658368
+ },
+ "threads": 272
+ },
+ "fs": {
+ "total_in_bytes": 979252543488,
+ "free_in_bytes": 595738775552,
+ "available_in_bytes": 595738775552
+ },
+ "plugins": [],
+ "network_types": {
+ "transport_types": {
+ "security4": 3
+ },
+ "http_types": {
+ "security4": 3
+ }
+ },
+ "discovery_types": {
+ "multi-node": 3
+ },
+ "packaging_types": [
+ {
+ "flavor": "default",
+ "type": "docker",
+ "count": 3
+ }
+ ],
+ "ingest": {
+ "number_of_pipelines": 20,
+ "processor_stats": {
+ "conditional": {
+ "count": 0,
+ "failed": 0,
+ "current": 0,
+ "time_in_millis": 0
+ },
+ "date": {
+ "count": 0,
+ "failed": 0,
+ "current": 0,
+ "time_in_millis": 0
+ },
+ "geoip": {
+ "count": 0,
+ "failed": 0,
+ "current": 0,
+ "time_in_millis": 0
+ },
+ "pipeline": {
+ "count": 0,
+ "failed": 0,
+ "current": 0,
+ "time_in_millis": 0
+ },
+ "remove": {
+ "count": 0,
+ "failed": 0,
+ "current": 0,
+ "time_in_millis": 0
+ },
+ "rename": {
+ "count": 0,
+ "failed": 0,
+ "current": 0,
+ "time_in_millis": 0
+ },
+ "script": {
+ "count": 0,
+ "failed": 0,
+ "current": 0,
+ "time_in_millis": 0
+ },
+ "set": {
+ "count": 0,
+ "failed": 0,
+ "current": 0,
+ "time_in_millis": 0
+ },
+ "set_security_user": {
+ "count": 0,
+ "failed": 0,
+ "current": 0,
+ "time_in_millis": 0
+ }
+ }
+ },
+ "indexing_pressure": {
+ "memory": {
+ "current": {
+ "combined_coordinating_and_primary_in_bytes": 0,
+ "coordinating_in_bytes": 0,
+ "primary_in_bytes": 0,
+ "replica_in_bytes": 0,
+ "all_in_bytes": 0
+ },
+ "total": {
+ "combined_coordinating_and_primary_in_bytes": 0,
+ "coordinating_in_bytes": 0,
+ "primary_in_bytes": 0,
+ "replica_in_bytes": 0,
+ "all_in_bytes": 0,
+ "coordinating_rejections": 0,
+ "primary_rejections": 0,
+ "replica_rejections": 0
+ },
+ "limit_in_bytes": 0
+ }
+ }
+ }
+}
diff --git a/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/info.json b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/info.json
new file mode 100644
index 000000000..23e3f1596
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/info.json
@@ -0,0 +1,17 @@
+{
+ "name": "instance-0000000006",
+ "cluster_name": "36928dce44074ceba64d7b3d698443a7",
+ "cluster_uuid": "5jO2X31FQ32kJAWoCsp3Vw",
+ "version": {
+ "number": "8.4.2",
+ "build_flavor": "default",
+ "build_type": "docker",
+ "build_hash": "89f8c6d8429db93b816403ee75e5c270b43a940a",
+ "build_date": "2022-09-14T16:26:04.382547801Z",
+ "build_snapshot": false,
+ "lucene_version": "9.3.0",
+ "minimum_wire_compatibility_version": "7.17.0",
+ "minimum_index_compatibility_version": "7.0.0"
+ },
+ "tagline": "You Know, for Search"
+}
diff --git a/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/nodes_local_stats.json b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/nodes_local_stats.json
new file mode 100644
index 000000000..77e0ad0ba
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/nodes_local_stats.json
@@ -0,0 +1,867 @@
+{
+ "_nodes": {
+ "total": 1,
+ "successful": 1,
+ "failed": 0
+ },
+ "cluster_name": "36928dce44074ceba64d7b3d698443a7",
+ "nodes": {
+ "Klg1CjgMTouentQcJlRGuA": {
+ "timestamp": 1687867033043,
+ "name": "instance-0000000006",
+ "transport_address": "172.25.238.204:19349",
+ "host": "172.25.238.204",
+ "ip": "172.25.238.204:19349",
+ "roles": [
+ "data_content",
+ "data_hot",
+ "ingest",
+ "master",
+ "remote_cluster_client",
+ "transform"
+ ],
+ "attributes": {
+ "xpack.installed": "true",
+ "logical_availability_zone": "zone-0",
+ "availability_zone": "us-east-1a",
+ "region": "us-east-1",
+ "instance_configuration": "aws.es.datahot.i3",
+ "server_name": "instance-0000000006.36928dce44074ceba64d7b3d698443a7",
+ "data": "hot"
+ },
+ "indices": {
+ "docs": {
+ "count": 403212527,
+ "deleted": 2287
+ },
+ "shard_stats": {
+ "total_count": 97
+ },
+ "store": {
+ "size_in_bytes": 189816312947,
+ "total_data_set_size_in_bytes": 189816312947,
+ "reserved_in_bytes": 0
+ },
+ "indexing": {
+ "index_total": 3667793202,
+ "index_time_in_millis": 1100149051,
+ "index_current": 1,
+ "index_failed": 149288,
+ "delete_total": 13333,
+ "delete_time_in_millis": 1883,
+ "delete_current": 0,
+ "noop_update_total": 0,
+ "is_throttled": false,
+ "throttle_time_in_millis": 0
+ },
+ "get": {
+ "total": 7502889,
+ "time_in_millis": 747395,
+ "exists_total": 7411696,
+ "exists_time_in_millis": 741794,
+ "missing_total": 91193,
+ "missing_time_in_millis": 5601,
+ "current": 0
+ },
+ "search": {
+ "open_contexts": 0,
+ "query_total": 166823028,
+ "query_time_in_millis": 51265805,
+ "query_current": 0,
+ "fetch_total": 42645288,
+ "fetch_time_in_millis": 21316820,
+ "fetch_current": 0,
+ "scroll_total": 13037388,
+ "scroll_time_in_millis": 138762688,
+ "scroll_current": 0,
+ "suggest_total": 0,
+ "suggest_time_in_millis": 0,
+ "suggest_current": 0
+ },
+ "merges": {
+ "current": 0,
+ "current_docs": 0,
+ "current_size_in_bytes": 0,
+ "total": 912669,
+ "total_time_in_millis": 1022950085,
+ "total_docs": 12230404828,
+ "total_size_in_bytes": 5503526044088,
+ "total_stopped_time_in_millis": 3959107,
+ "total_throttled_time_in_millis": 747116999,
+ "total_auto_throttle_in_bytes": 3674596384
+ },
+ "refresh": {
+ "total": 7721472,
+ "total_time_in_millis": 94304142,
+ "external_total": 7659770,
+ "external_total_time_in_millis": 100804787,
+ "listeners": 0
+ },
+ "flush": {
+ "total": 35134,
+ "periodic": 34985,
+ "total_time_in_millis": 22213090
+ },
+ "warmer": {
+ "current": 0,
+ "total": 6096195,
+ "total_time_in_millis": 1439617
+ },
+ "query_cache": {
+ "memory_size_in_bytes": 18034237,
+ "total_count": 274407233,
+ "hit_count": 45114414,
+ "miss_count": 229292819,
+ "cache_size": 11302,
+ "cache_count": 46210,
+ "evictions": 34908
+ },
+ "fielddata": {
+ "memory_size_in_bytes": 600,
+ "evictions": 0
+ },
+ "completion": {
+ "size_in_bytes": 0
+ },
+ "segments": {
+ "count": 307,
+ "memory_in_bytes": 0,
+ "terms_memory_in_bytes": 0,
+ "stored_fields_memory_in_bytes": 0,
+ "term_vectors_memory_in_bytes": 0,
+ "norms_memory_in_bytes": 0,
+ "points_memory_in_bytes": 0,
+ "doc_values_memory_in_bytes": 0,
+ "index_writer_memory_in_bytes": 240481008,
+ "version_map_memory_in_bytes": 44339216,
+ "fixed_bit_set_memory_in_bytes": 2008,
+ "max_unsafe_auto_id_timestamp": 1679747033889,
+ "file_sizes": {}
+ },
+ "translog": {
+ "operations": 362831,
+ "size_in_bytes": 453491882,
+ "uncommitted_operations": 362831,
+ "uncommitted_size_in_bytes": 453491882,
+ "earliest_last_modified_age": 8
+ },
+ "request_cache": {
+ "memory_size_in_bytes": 6779720,
+ "evictions": 0,
+ "hit_count": 10885151,
+ "miss_count": 8798
+ },
+ "recovery": {
+ "current_as_source": 0,
+ "current_as_target": 0,
+ "throttle_time_in_millis": 5718894
+ },
+ "bulk": {
+ "total_operations": 465694640,
+ "total_time_in_millis": 1118684280,
+ "total_size_in_bytes": 3998536502390,
+ "avg_time_in_millis": 0,
+ "avg_size_in_bytes": 8526
+ }
+ },
+ "os": {
+ "timestamp": 1687867033054,
+ "cpu": {
+ "percent": 11,
+ "load_average": {
+ "1m": 1.24,
+ "5m": 2.15,
+ "15m": 2.39
+ }
+ },
+ "mem": {
+ "total_in_bytes": 16106127360,
+ "adjusted_total_in_bytes": 15728640000,
+ "free_in_bytes": 517578752,
+ "used_in_bytes": 15588548608,
+ "free_percent": 3,
+ "used_percent": 97
+ },
+ "swap": {
+ "total_in_bytes": 0,
+ "free_in_bytes": 0,
+ "used_in_bytes": 0
+ },
+ "cgroup": {
+ "cpuacct": {
+ "control_group": "/",
+ "usage_nanos": 2633246338856561
+ },
+ "cpu": {
+ "control_group": "/",
+ "cfs_period_micros": 100000,
+ "cfs_quota_micros": 206897,
+ "stat": {
+ "number_of_elapsed_periods": 110099433,
+ "number_of_times_throttled": 389045,
+ "time_throttled_nanos": 34502349002867
+ }
+ },
+ "memory": {
+ "control_group": "/",
+ "limit_in_bytes": "16106127360",
+ "usage_in_bytes": "15588548608"
+ }
+ }
+ },
+ "process": {
+ "timestamp": 1687867033054,
+ "open_file_descriptors": 1149,
+ "max_file_descriptors": 1048576,
+ "cpu": {
+ "percent": 11,
+ "total_in_millis": 2576219400
+ },
+ "mem": {
+ "total_virtual_in_bytes": 117744459776
+ }
+ },
+ "jvm": {
+ "timestamp": 1687867033055,
+ "uptime_in_millis": 11286453256,
+ "mem": {
+ "heap_used_in_bytes": 4337402488,
+ "heap_used_percent": 55,
+ "heap_committed_in_bytes": 7864320000,
+ "heap_max_in_bytes": 7864320000,
+ "non_heap_used_in_bytes": 343633376,
+ "non_heap_committed_in_bytes": 350355456,
+ "pools": {
+ "young": {
+ "used_in_bytes": 2654994432,
+ "max_in_bytes": 0,
+ "peak_used_in_bytes": 4718592000,
+ "peak_max_in_bytes": 0
+ },
+ "old": {
+ "used_in_bytes": 1413394432,
+ "max_in_bytes": 7864320000,
+ "peak_used_in_bytes": 2444862976,
+ "peak_max_in_bytes": 7864320000
+ },
+ "survivor": {
+ "used_in_bytes": 269013624,
+ "max_in_bytes": 0,
+ "peak_used_in_bytes": 591396864,
+ "peak_max_in_bytes": 0
+ }
+ }
+ },
+ "threads": {
+ "count": 112,
+ "peak_count": 117
+ },
+ "gc": {
+ "collectors": {
+ "young": {
+ "collection_count": 78661,
+ "collection_time_in_millis": 6014901
+ },
+ "old": {
+ "collection_count": 0,
+ "collection_time_in_millis": 0
+ }
+ }
+ },
+ "buffer_pools": {
+ "mapped": {
+ "count": 844,
+ "used_in_bytes": 103411995802,
+ "total_capacity_in_bytes": 103411995802
+ },
+ "direct": {
+ "count": 94,
+ "used_in_bytes": 4654850,
+ "total_capacity_in_bytes": 4654848
+ },
+ "mapped - 'non-volatile memory'": {
+ "count": 0,
+ "used_in_bytes": 0,
+ "total_capacity_in_bytes": 0
+ }
+ },
+ "classes": {
+ "current_loaded_count": 36006,
+ "total_loaded_count": 37829,
+ "total_unloaded_count": 1823
+ }
+ },
+ "thread_pool": {
+ "analyze": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "auto_complete": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "azure_event_loop": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ccr": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "cluster_coordination": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 1,
+ "completed": 1130226
+ },
+ "fetch_shard_started": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "fetch_shard_store": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 6,
+ "completed": 38
+ },
+ "flush": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 89892
+ },
+ "force_merge": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 1,
+ "completed": 143
+ },
+ "generic": {
+ "threads": 46,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 46,
+ "completed": 89722038
+ },
+ "get": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "management": {
+ "threads": 3,
+ "queue": 0,
+ "active": 1,
+ "rejected": 0,
+ "largest": 3,
+ "completed": 416796779
+ },
+ "ml_datafeed": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_job_comms": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_native_inference_comms": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_utility": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 22545252
+ },
+ "refresh": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 885152069
+ },
+ "repository_azure": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "rollup_indexing": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "search": {
+ "threads": 5,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 5,
+ "completed": 167558865
+ },
+ "search_coordination": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 14101096
+ },
+ "search_throttled": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "searchable_snapshots_cache_fetch_async": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "searchable_snapshots_cache_prewarming": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "security-crypto": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "security-token-key": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "snapshot": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 806551
+ },
+ "snapshot_meta": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "system_critical_read": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 2350943
+ },
+ "system_critical_write": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 7637
+ },
+ "system_read": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 31143771
+ },
+ "system_write": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 7401359
+ },
+ "vector_tile_generation": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "warmer": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 36139188
+ },
+ "watcher": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "write": {
+ "threads": 3,
+ "queue": 0,
+ "active": 2,
+ "rejected": 0,
+ "largest": 3,
+ "completed": 575385289
+ }
+ },
+ "fs": {
+ "timestamp": 1687867033056,
+ "total": {
+ "total_in_bytes": 483183820800,
+ "free_in_bytes": 292670836736,
+ "available_in_bytes": 292670836736
+ },
+ "data": [
+ {
+ "path": "/app/data",
+ "mount": "/app (/dev/mapper/lxc-data)",
+ "type": "xfs",
+ "total_in_bytes": 483183820800,
+ "free_in_bytes": 292670836736,
+ "available_in_bytes": 292670836736
+ }
+ ],
+ "io_stats": {
+ "devices": [
+ {
+ "device_name": "dm-1",
+ "operations": 6160920260,
+ "read_operations": 376565165,
+ "write_operations": 5784355095,
+ "read_kilobytes": 31265075012,
+ "write_kilobytes": 100985041837,
+ "io_time_in_millis": 184335640
+ }
+ ],
+ "total": {
+ "operations": 6160920260,
+ "read_operations": 376565165,
+ "write_operations": 5784355095,
+ "read_kilobytes": 31265075012,
+ "write_kilobytes": 100985041837,
+ "io_time_in_millis": 184335640
+ }
+ }
+ },
+ "transport": {
+ "server_open": 24,
+ "total_outbound_connections": 11,
+ "rx_count": 1300468666,
+ "rx_size_in_bytes": 1789647854011,
+ "tx_count": 1300468665,
+ "tx_size_in_bytes": 2927853534431,
+ "inbound_handling_time_histogram": [
+ {
+ "lt_millis": 1,
+ "count": 1256244956
+ },
+ {
+ "ge_millis": 1,
+ "lt_millis": 2,
+ "count": 202091898
+ },
+ {
+ "ge_millis": 2,
+ "lt_millis": 4,
+ "count": 3242593
+ },
+ {
+ "ge_millis": 4,
+ "lt_millis": 8,
+ "count": 454964
+ },
+ {
+ "ge_millis": 8,
+ "lt_millis": 16,
+ "count": 173349
+ },
+ {
+ "ge_millis": 16,
+ "lt_millis": 32,
+ "count": 39048
+ },
+ {
+ "ge_millis": 32,
+ "lt_millis": 64,
+ "count": 14155
+ },
+ {
+ "ge_millis": 64,
+ "lt_millis": 128,
+ "count": 75267
+ },
+ {
+ "ge_millis": 128,
+ "lt_millis": 256,
+ "count": 1534
+ },
+ {
+ "ge_millis": 256,
+ "lt_millis": 512,
+ "count": 76
+ },
+ {
+ "ge_millis": 512,
+ "lt_millis": 1024,
+ "count": 3
+ },
+ {
+ "ge_millis": 1024,
+ "lt_millis": 2048,
+ "count": 0
+ },
+ {
+ "ge_millis": 2048,
+ "lt_millis": 4096,
+ "count": 0
+ },
+ {
+ "ge_millis": 4096,
+ "lt_millis": 8192,
+ "count": 0
+ },
+ {
+ "ge_millis": 8192,
+ "lt_millis": 16384,
+ "count": 0
+ },
+ {
+ "ge_millis": 16384,
+ "lt_millis": 32768,
+ "count": 0
+ },
+ {
+ "ge_millis": 32768,
+ "lt_millis": 65536,
+ "count": 0
+ },
+ {
+ "ge_millis": 65536,
+ "count": 0
+ }
+ ],
+ "outbound_handling_time_histogram": [
+ {
+ "lt_millis": 1,
+ "count": 1128511214
+ },
+ {
+ "ge_millis": 1,
+ "lt_millis": 2,
+ "count": 161858180
+ },
+ {
+ "ge_millis": 2,
+ "lt_millis": 4,
+ "count": 6819172
+ },
+ {
+ "ge_millis": 4,
+ "lt_millis": 8,
+ "count": 2563797
+ },
+ {
+ "ge_millis": 8,
+ "lt_millis": 16,
+ "count": 445824
+ },
+ {
+ "ge_millis": 16,
+ "lt_millis": 32,
+ "count": 122462
+ },
+ {
+ "ge_millis": 32,
+ "lt_millis": 64,
+ "count": 95822
+ },
+ {
+ "ge_millis": 64,
+ "lt_millis": 128,
+ "count": 49986
+ },
+ {
+ "ge_millis": 128,
+ "lt_millis": 256,
+ "count": 1931
+ },
+ {
+ "ge_millis": 256,
+ "lt_millis": 512,
+ "count": 250
+ },
+ {
+ "ge_millis": 512,
+ "lt_millis": 1024,
+ "count": 27
+ },
+ {
+ "ge_millis": 1024,
+ "lt_millis": 2048,
+ "count": 0
+ },
+ {
+ "ge_millis": 2048,
+ "lt_millis": 4096,
+ "count": 0
+ },
+ {
+ "ge_millis": 4096,
+ "lt_millis": 8192,
+ "count": 0
+ },
+ {
+ "ge_millis": 8192,
+ "lt_millis": 16384,
+ "count": 0
+ },
+ {
+ "ge_millis": 16384,
+ "lt_millis": 32768,
+ "count": 0
+ },
+ {
+ "ge_millis": 32768,
+ "lt_millis": 65536,
+ "count": 0
+ },
+ {
+ "ge_millis": 65536,
+ "count": 0
+ }
+ ]
+ },
+ "http": {
+ "current_open": 73,
+ "total_opened": 779388
+ },
+ "breakers": {
+ "fielddata": {
+ "limit_size_in_bytes": 3145728000,
+ "limit_size": "2.9gb",
+ "estimated_size_in_bytes": 600,
+ "estimated_size": "600b",
+ "overhead": 1.03,
+ "tripped": 0
+ },
+ "request": {
+ "limit_size_in_bytes": 4718592000,
+ "limit_size": "4.3gb",
+ "estimated_size_in_bytes": 16440,
+ "estimated_size": "16kb",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "inflight_requests": {
+ "limit_size_in_bytes": 7864320000,
+ "limit_size": "7.3gb",
+ "estimated_size_in_bytes": 56628,
+ "estimated_size": "55.3kb",
+ "overhead": 2,
+ "tripped": 0
+ },
+ "model_inference": {
+ "limit_size_in_bytes": 3932160000,
+ "limit_size": "3.6gb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "eql_sequence": {
+ "limit_size_in_bytes": 3932160000,
+ "limit_size": "3.6gb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "parent": {
+ "limit_size_in_bytes": 7471104000,
+ "limit_size": "6.9gb",
+ "estimated_size_in_bytes": 4341596792,
+ "estimated_size": "4gb",
+ "overhead": 1,
+ "tripped": 0
+ }
+ }
+ }
+ }
+}
diff --git a/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/nodes_stats.json b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/nodes_stats.json
new file mode 100644
index 000000000..6e6b21b91
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/elasticsearch/testdata/v8.4.2/nodes_stats.json
@@ -0,0 +1,2577 @@
+{
+ "_nodes": {
+ "total": 3,
+ "successful": 3,
+ "failed": 0
+ },
+ "cluster_name": "36928dce44074ceba64d7b3d698443a7",
+ "nodes": {
+ "tk_U7GMCRkCG4FoOvusrng": {
+ "timestamp": 1687866153482,
+ "name": "instance-0000000005",
+ "transport_address": "172.22.146.77:19280",
+ "host": "172.22.146.77",
+ "ip": "172.22.146.77:19280",
+ "roles": [
+ "data_content",
+ "data_hot",
+ "ingest",
+ "master",
+ "remote_cluster_client",
+ "transform"
+ ],
+ "attributes": {
+ "instance_configuration": "aws.es.datahot.i3",
+ "server_name": "instance-0000000005.36928dce44074ceba64d7b3d698443a7",
+ "data": "hot",
+ "xpack.installed": "true",
+ "logical_availability_zone": "zone-1",
+ "availability_zone": "us-east-1e",
+ "region": "us-east-1"
+ },
+ "indices": {
+ "docs": {
+ "count": 403028528,
+ "deleted": 430916
+ },
+ "shard_stats": {
+ "total_count": 97
+ },
+ "store": {
+ "size_in_bytes": 190773977702,
+ "total_data_set_size_in_bytes": 190773977702,
+ "reserved_in_bytes": 0
+ },
+ "indexing": {
+ "index_total": 6550378755,
+ "index_time_in_millis": 1244633519,
+ "index_current": 0,
+ "index_failed": 3425,
+ "delete_total": 422502,
+ "delete_time_in_millis": 12139,
+ "delete_current": 0,
+ "noop_update_total": 0,
+ "is_throttled": false,
+ "throttle_time_in_millis": 0
+ },
+ "get": {
+ "total": 1673415,
+ "time_in_millis": 176085,
+ "exists_total": 1505245,
+ "exists_time_in_millis": 164637,
+ "missing_total": 168170,
+ "missing_time_in_millis": 11448,
+ "current": 0
+ },
+ "search": {
+ "open_contexts": 0,
+ "query_total": 157912598,
+ "query_time_in_millis": 158980385,
+ "query_current": 0,
+ "fetch_total": 25105951,
+ "fetch_time_in_millis": 24517851,
+ "fetch_current": 0,
+ "scroll_total": 4428540,
+ "scroll_time_in_millis": 153962443,
+ "scroll_current": 0,
+ "suggest_total": 0,
+ "suggest_time_in_millis": 0,
+ "suggest_current": 0
+ },
+ "merges": {
+ "current": 1,
+ "current_docs": 1768114,
+ "current_size_in_bytes": 954513675,
+ "total": 1494757,
+ "total_time_in_millis": 1621446531,
+ "total_docs": 21027016560,
+ "total_size_in_bytes": 8884898196658,
+ "total_stopped_time_in_millis": 4962617,
+ "total_throttled_time_in_millis": 1169888193,
+ "total_auto_throttle_in_bytes": 4651560300
+ },
+ "refresh": {
+ "total": 12359783,
+ "total_time_in_millis": 300152615,
+ "external_total": 12278845,
+ "external_total_time_in_millis": 311222562,
+ "listeners": 0
+ },
+ "flush": {
+ "total": 67895,
+ "periodic": 67579,
+ "total_time_in_millis": 81917283
+ },
+ "warmer": {
+ "current": 0,
+ "total": 6153265,
+ "total_time_in_millis": 1348469
+ },
+ "query_cache": {
+ "memory_size_in_bytes": 19433507,
+ "total_count": 410202459,
+ "hit_count": 51724734,
+ "miss_count": 358477725,
+ "cache_size": 11311,
+ "cache_count": 45151,
+ "evictions": 33840
+ },
+ "fielddata": {
+ "memory_size_in_bytes": 0,
+ "evictions": 0
+ },
+ "completion": {
+ "size_in_bytes": 0
+ },
+ "segments": {
+ "count": 291,
+ "memory_in_bytes": 0,
+ "terms_memory_in_bytes": 0,
+ "stored_fields_memory_in_bytes": 0,
+ "term_vectors_memory_in_bytes": 0,
+ "norms_memory_in_bytes": 0,
+ "points_memory_in_bytes": 0,
+ "doc_values_memory_in_bytes": 0,
+ "index_writer_memory_in_bytes": 57432664,
+ "version_map_memory_in_bytes": 568,
+ "fixed_bit_set_memory_in_bytes": 55672,
+ "max_unsafe_auto_id_timestamp": 1676581446329,
+ "file_sizes": {}
+ },
+ "translog": {
+ "operations": 1449698,
+ "size_in_bytes": 1214204014,
+ "uncommitted_operations": 1449698,
+ "uncommitted_size_in_bytes": 1214204014,
+ "earliest_last_modified_age": 14453
+ },
+ "request_cache": {
+ "memory_size_in_bytes": 6178272,
+ "evictions": 0,
+ "hit_count": 7403041,
+ "miss_count": 10622
+ },
+ "recovery": {
+ "current_as_source": 0,
+ "current_as_target": 0,
+ "throttle_time_in_millis": 48470343
+ },
+ "bulk": {
+ "total_operations": 783008788,
+ "total_time_in_millis": 1265052645,
+ "total_size_in_bytes": 6949964886117,
+ "avg_time_in_millis": 0,
+ "avg_size_in_bytes": 8635
+ }
+ },
+ "os": {
+ "timestamp": 1687866153489,
+ "cpu": {
+ "percent": 9,
+ "load_average": {
+ "1m": 0.83,
+ "5m": 1.1,
+ "15m": 1.3
+ }
+ },
+ "mem": {
+ "total_in_bytes": 16106127360,
+ "adjusted_total_in_bytes": 15728640000,
+ "free_in_bytes": 1425637376,
+ "used_in_bytes": 14680489984,
+ "free_percent": 9,
+ "used_percent": 91
+ },
+ "swap": {
+ "total_in_bytes": 0,
+ "free_in_bytes": 0,
+ "used_in_bytes": 0
+ },
+ "cgroup": {
+ "cpuacct": {
+ "control_group": "/",
+ "usage_nanos": 4328157929052960
+ },
+ "cpu": {
+ "control_group": "/",
+ "cfs_period_micros": 100000,
+ "cfs_quota_micros": 206897,
+ "stat": {
+ "number_of_elapsed_periods": 198258313,
+ "number_of_times_throttled": 619367,
+ "time_throttled_nanos": 45229163024496
+ }
+ },
+ "memory": {
+ "control_group": "/",
+ "limit_in_bytes": "16106127360",
+ "usage_in_bytes": "14680489984"
+ }
+ }
+ },
+ "process": {
+ "timestamp": 1687866153489,
+ "open_file_descriptors": 1180,
+ "max_file_descriptors": 1048576,
+ "cpu": {
+ "percent": 9,
+ "total_in_millis": 3994216500
+ },
+ "mem": {
+ "total_virtual_in_bytes": 114185707520
+ }
+ },
+ "jvm": {
+ "timestamp": 1687866153490,
+ "uptime_in_millis": 20231050756,
+ "mem": {
+ "heap_used_in_bytes": 1884124192,
+ "heap_used_percent": 23,
+ "heap_committed_in_bytes": 7864320000,
+ "heap_max_in_bytes": 7864320000,
+ "non_heap_used_in_bytes": 376433344,
+ "non_heap_committed_in_bytes": 385548288,
+ "pools": {
+ "young": {
+ "used_in_bytes": 385875968,
+ "max_in_bytes": 0,
+ "peak_used_in_bytes": 4714397696,
+ "peak_max_in_bytes": 0
+ },
+ "old": {
+ "used_in_bytes": 1399682080,
+ "max_in_bytes": 7864320000,
+ "peak_used_in_bytes": 7851651072,
+ "peak_max_in_bytes": 7864320000
+ },
+ "survivor": {
+ "used_in_bytes": 98566144,
+ "max_in_bytes": 0,
+ "peak_used_in_bytes": 591396864,
+ "peak_max_in_bytes": 0
+ }
+ }
+ },
+ "threads": {
+ "count": 115,
+ "peak_count": 126
+ },
+ "gc": {
+ "collectors": {
+ "young": {
+ "collection_count": 139959,
+ "collection_time_in_millis": 3581668
+ },
+ "old": {
+ "collection_count": 1,
+ "collection_time_in_millis": 796
+ }
+ }
+ },
+ "buffer_pools": {
+ "mapped": {
+ "count": 831,
+ "used_in_bytes": 99844219805,
+ "total_capacity_in_bytes": 99844219805
+ },
+ "direct": {
+ "count": 90,
+ "used_in_bytes": 4571713,
+ "total_capacity_in_bytes": 4571711
+ },
+ "mapped - 'non-volatile memory'": {
+ "count": 0,
+ "used_in_bytes": 0,
+ "total_capacity_in_bytes": 0
+ }
+ },
+ "classes": {
+ "current_loaded_count": 38122,
+ "total_loaded_count": 40402,
+ "total_unloaded_count": 2280
+ }
+ },
+ "thread_pool": {
+ "analyze": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "auto_complete": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 1,
+ "completed": 1
+ },
+ "azure_event_loop": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ccr": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "cluster_coordination": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 1,
+ "completed": 4427981
+ },
+ "fetch_shard_started": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "fetch_shard_store": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 6,
+ "completed": 72
+ },
+ "flush": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 166429
+ },
+ "force_merge": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 1,
+ "completed": 205
+ },
+ "generic": {
+ "threads": 40,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 40,
+ "completed": 171078109
+ },
+ "get": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "management": {
+ "threads": 3,
+ "queue": 0,
+ "active": 1,
+ "rejected": 0,
+ "largest": 3,
+ "completed": 761997145
+ },
+ "ml_datafeed": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_job_comms": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_native_inference_comms": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_utility": {
+ "threads": 3,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 3,
+ "completed": 40979576
+ },
+ "refresh": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 1224783637
+ },
+ "repository_azure": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "rollup_indexing": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "search": {
+ "threads": 5,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 5,
+ "completed": 191798560
+ },
+ "search_coordination": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 18868632
+ },
+ "search_throttled": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "searchable_snapshots_cache_fetch_async": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "searchable_snapshots_cache_prewarming": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "security-crypto": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "security-token-key": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "snapshot": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 1757953
+ },
+ "snapshot_meta": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 9,
+ "completed": 700327
+ },
+ "system_critical_read": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 11110320
+ },
+ "system_critical_write": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 14932
+ },
+ "system_read": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 39897928
+ },
+ "system_write": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 13382379
+ },
+ "vector_tile_generation": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "warmer": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 85786496
+ },
+ "watcher": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "write": {
+ "threads": 3,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 3,
+ "completed": 980512922
+ }
+ },
+ "fs": {
+ "timestamp": 1687866153490,
+ "total": {
+ "total_in_bytes": 483183820800,
+ "free_in_bytes": 290682736640,
+ "available_in_bytes": 290682736640
+ },
+ "data": [
+ {
+ "path": "/app/data",
+ "mount": "/app (/dev/mapper/lxc-data)",
+ "type": "xfs",
+ "total_in_bytes": 483183820800,
+ "free_in_bytes": 290682736640,
+ "available_in_bytes": 290682736640
+ }
+ ],
+ "io_stats": {
+ "devices": [
+ {
+ "device_name": "dm-1",
+ "operations": 5478832410,
+ "read_operations": 89263106,
+ "write_operations": 5389569304,
+ "read_kilobytes": 9500415196,
+ "write_kilobytes": 67144441274,
+ "io_time_in_millis": 271723584
+ }
+ ],
+ "total": {
+ "operations": 5478832410,
+ "read_operations": 89263106,
+ "write_operations": 5389569304,
+ "read_kilobytes": 9500415196,
+ "write_kilobytes": 67144441274,
+ "io_time_in_millis": 271723584
+ }
+ }
+ },
+ "transport": {
+ "server_open": 24,
+ "total_outbound_connections": 9,
+ "rx_count": 2167879292,
+ "rx_size_in_bytes": 4905919297323,
+ "tx_count": 2167879293,
+ "tx_size_in_bytes": 2964638852652,
+ "inbound_handling_time_histogram": [
+ {
+ "lt_millis": 1,
+ "count": 2149806152
+ },
+ {
+ "ge_millis": 1,
+ "lt_millis": 2,
+ "count": 350125308
+ },
+ {
+ "ge_millis": 2,
+ "lt_millis": 4,
+ "count": 6237311
+ },
+ {
+ "ge_millis": 4,
+ "lt_millis": 8,
+ "count": 3462010
+ },
+ {
+ "ge_millis": 8,
+ "lt_millis": 16,
+ "count": 1695688
+ },
+ {
+ "ge_millis": 16,
+ "lt_millis": 32,
+ "count": 446932
+ },
+ {
+ "ge_millis": 32,
+ "lt_millis": 64,
+ "count": 34053
+ },
+ {
+ "ge_millis": 64,
+ "lt_millis": 128,
+ "count": 124821
+ },
+ {
+ "ge_millis": 128,
+ "lt_millis": 256,
+ "count": 1034
+ },
+ {
+ "ge_millis": 256,
+ "lt_millis": 512,
+ "count": 47
+ },
+ {
+ "ge_millis": 512,
+ "lt_millis": 1024,
+ "count": 7
+ },
+ {
+ "ge_millis": 1024,
+ "lt_millis": 2048,
+ "count": 1
+ },
+ {
+ "ge_millis": 2048,
+ "lt_millis": 4096,
+ "count": 2
+ },
+ {
+ "ge_millis": 4096,
+ "lt_millis": 8192,
+ "count": 0
+ },
+ {
+ "ge_millis": 8192,
+ "lt_millis": 16384,
+ "count": 0
+ },
+ {
+ "ge_millis": 16384,
+ "lt_millis": 32768,
+ "count": 0
+ },
+ {
+ "ge_millis": 32768,
+ "lt_millis": 65536,
+ "count": 0
+ },
+ {
+ "ge_millis": 65536,
+ "count": 0
+ }
+ ],
+ "outbound_handling_time_histogram": [
+ {
+ "lt_millis": 1,
+ "count": 1911876454
+ },
+ {
+ "ge_millis": 1,
+ "lt_millis": 2,
+ "count": 246835312
+ },
+ {
+ "ge_millis": 2,
+ "lt_millis": 4,
+ "count": 5928518
+ },
+ {
+ "ge_millis": 4,
+ "lt_millis": 8,
+ "count": 2342608
+ },
+ {
+ "ge_millis": 8,
+ "lt_millis": 16,
+ "count": 566388
+ },
+ {
+ "ge_millis": 16,
+ "lt_millis": 32,
+ "count": 164795
+ },
+ {
+ "ge_millis": 32,
+ "lt_millis": 64,
+ "count": 91456
+ },
+ {
+ "ge_millis": 64,
+ "lt_millis": 128,
+ "count": 68952
+ },
+ {
+ "ge_millis": 128,
+ "lt_millis": 256,
+ "count": 3952
+ },
+ {
+ "ge_millis": 256,
+ "lt_millis": 512,
+ "count": 772
+ },
+ {
+ "ge_millis": 512,
+ "lt_millis": 1024,
+ "count": 51
+ },
+ {
+ "ge_millis": 1024,
+ "lt_millis": 2048,
+ "count": 25
+ },
+ {
+ "ge_millis": 2048,
+ "lt_millis": 4096,
+ "count": 10
+ },
+ {
+ "ge_millis": 4096,
+ "lt_millis": 8192,
+ "count": 0
+ },
+ {
+ "ge_millis": 8192,
+ "lt_millis": 16384,
+ "count": 0
+ },
+ {
+ "ge_millis": 16384,
+ "lt_millis": 32768,
+ "count": 0
+ },
+ {
+ "ge_millis": 32768,
+ "lt_millis": 65536,
+ "count": 0
+ },
+ {
+ "ge_millis": 65536,
+ "count": 0
+ }
+ ]
+ },
+ "http": {
+ "current_open": 84,
+ "total_opened": 1793320
+ },
+ "breakers": {
+ "model_inference": {
+ "limit_size_in_bytes": 3932160000,
+ "limit_size": "3.6gb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "eql_sequence": {
+ "limit_size_in_bytes": 3932160000,
+ "limit_size": "3.6gb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "fielddata": {
+ "limit_size_in_bytes": 3145728000,
+ "limit_size": "2.9gb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1.03,
+ "tripped": 0
+ },
+ "request": {
+ "limit_size_in_bytes": 4718592000,
+ "limit_size": "4.3gb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 1
+ },
+ "inflight_requests": {
+ "limit_size_in_bytes": 7864320000,
+ "limit_size": "7.3gb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 2,
+ "tripped": 0
+ },
+ "parent": {
+ "limit_size_in_bytes": 7471104000,
+ "limit_size": "6.9gb",
+ "estimated_size_in_bytes": 1884124192,
+ "estimated_size": "1.7gb",
+ "overhead": 1,
+ "tripped": 93
+ }
+ }
+ },
+ "Klg1CjgMTouentQcJlRGuA": {
+ "timestamp": 1687866153482,
+ "name": "instance-0000000006",
+ "transport_address": "172.25.238.204:19349",
+ "host": "172.25.238.204",
+ "ip": "172.25.238.204:19349",
+ "roles": [
+ "data_content",
+ "data_hot",
+ "ingest",
+ "master",
+ "remote_cluster_client",
+ "transform"
+ ],
+ "attributes": {
+ "logical_availability_zone": "zone-0",
+ "availability_zone": "us-east-1a",
+ "server_name": "instance-0000000006.36928dce44074ceba64d7b3d698443a7",
+ "xpack.installed": "true",
+ "data": "hot",
+ "instance_configuration": "aws.es.datahot.i3",
+ "region": "us-east-1"
+ },
+ "indices": {
+ "docs": {
+ "count": 402750701,
+ "deleted": 1501
+ },
+ "shard_stats": {
+ "total_count": 97
+ },
+ "store": {
+ "size_in_bytes": 189584860329,
+ "total_data_set_size_in_bytes": 189584860329,
+ "reserved_in_bytes": 0
+ },
+ "indexing": {
+ "index_total": 3667364815,
+ "index_time_in_millis": 1100012973,
+ "index_current": 0,
+ "index_failed": 149288,
+ "delete_total": 13333,
+ "delete_time_in_millis": 1883,
+ "delete_current": 0,
+ "noop_update_total": 0,
+ "is_throttled": false,
+ "throttle_time_in_millis": 0
+ },
+ "get": {
+ "total": 7502285,
+ "time_in_millis": 747339,
+ "exists_total": 7411100,
+ "exists_time_in_millis": 741739,
+ "missing_total": 91185,
+ "missing_time_in_millis": 5600,
+ "current": 0
+ },
+ "search": {
+ "open_contexts": 0,
+ "query_total": 166820275,
+ "query_time_in_millis": 51262303,
+ "query_current": 0,
+ "fetch_total": 42642621,
+ "fetch_time_in_millis": 21316723,
+ "fetch_current": 0,
+ "scroll_total": 13036366,
+ "scroll_time_in_millis": 138752334,
+ "scroll_current": 0,
+ "suggest_total": 0,
+ "suggest_time_in_millis": 0,
+ "suggest_current": 0
+ },
+ "merges": {
+ "current": 0,
+ "current_docs": 0,
+ "current_size_in_bytes": 0,
+ "total": 912589,
+ "total_time_in_millis": 1022946643,
+ "total_docs": 12230248422,
+ "total_size_in_bytes": 5503433306347,
+ "total_stopped_time_in_millis": 3959107,
+ "total_throttled_time_in_millis": 747116999,
+ "total_auto_throttle_in_bytes": 3674596384
+ },
+ "refresh": {
+ "total": 7720800,
+ "total_time_in_millis": 94297737,
+ "external_total": 7659102,
+ "external_total_time_in_millis": 100797967,
+ "listeners": 0
+ },
+ "flush": {
+ "total": 35130,
+ "periodic": 34981,
+ "total_time_in_millis": 22204637
+ },
+ "warmer": {
+ "current": 0,
+ "total": 6095530,
+ "total_time_in_millis": 1439528
+ },
+ "query_cache": {
+ "memory_size_in_bytes": 18032444,
+ "total_count": 274404002,
+ "hit_count": 45113976,
+ "miss_count": 229290026,
+ "cache_size": 11260,
+ "cache_count": 46168,
+ "evictions": 34908
+ },
+ "fielddata": {
+ "memory_size_in_bytes": 600,
+ "evictions": 0
+ },
+ "completion": {
+ "size_in_bytes": 0
+ },
+ "segments": {
+ "count": 320,
+ "memory_in_bytes": 0,
+ "terms_memory_in_bytes": 0,
+ "stored_fields_memory_in_bytes": 0,
+ "term_vectors_memory_in_bytes": 0,
+ "norms_memory_in_bytes": 0,
+ "points_memory_in_bytes": 0,
+ "doc_values_memory_in_bytes": 0,
+ "index_writer_memory_in_bytes": 262022568,
+ "version_map_memory_in_bytes": 49200018,
+ "fixed_bit_set_memory_in_bytes": 1904,
+ "max_unsafe_auto_id_timestamp": 1679747033889,
+ "file_sizes": {}
+ },
+ "translog": {
+ "operations": 352376,
+ "size_in_bytes": 447695989,
+ "uncommitted_operations": 352376,
+ "uncommitted_size_in_bytes": 447695989,
+ "earliest_last_modified_age": 233
+ },
+ "request_cache": {
+ "memory_size_in_bytes": 6779128,
+ "evictions": 0,
+ "hit_count": 10884306,
+ "miss_count": 8796
+ },
+ "recovery": {
+ "current_as_source": 0,
+ "current_as_target": 0,
+ "throttle_time_in_millis": 5718894
+ },
+ "bulk": {
+ "total_operations": 465641149,
+ "total_time_in_millis": 1118546460,
+ "total_size_in_bytes": 3998028967189,
+ "avg_time_in_millis": 0,
+ "avg_size_in_bytes": 8613
+ }
+ },
+ "os": {
+ "timestamp": 1687866153492,
+ "cpu": {
+ "percent": 10,
+ "load_average": {
+ "1m": 2.38,
+ "5m": 2.74,
+ "15m": 2.45
+ }
+ },
+ "mem": {
+ "total_in_bytes": 16106127360,
+ "adjusted_total_in_bytes": 15728640000,
+ "free_in_bytes": 765980672,
+ "used_in_bytes": 15340146688,
+ "free_percent": 5,
+ "used_percent": 95
+ },
+ "swap": {
+ "total_in_bytes": 0,
+ "free_in_bytes": 0,
+ "used_in_bytes": 0
+ },
+ "cgroup": {
+ "cpuacct": {
+ "control_group": "/",
+ "usage_nanos": 2632999205547019
+ },
+ "cpu": {
+ "control_group": "/",
+ "cfs_period_micros": 100000,
+ "cfs_quota_micros": 206897,
+ "stat": {
+ "number_of_elapsed_periods": 110090960,
+ "number_of_times_throttled": 389008,
+ "time_throttled_nanos": 34498461943176
+ }
+ },
+ "memory": {
+ "control_group": "/",
+ "limit_in_bytes": "16106127360",
+ "usage_in_bytes": "15340146688"
+ }
+ }
+ },
+ "process": {
+ "timestamp": 1687866153493,
+ "open_file_descriptors": 1156,
+ "max_file_descriptors": 1048576,
+ "cpu": {
+ "percent": 10,
+ "total_in_millis": 2575977020
+ },
+ "mem": {
+ "total_virtual_in_bytes": 117447507968
+ }
+ },
+ "jvm": {
+ "timestamp": 1687866153494,
+ "uptime_in_millis": 11285573694,
+ "mem": {
+ "heap_used_in_bytes": 5059735552,
+ "heap_used_percent": 64,
+ "heap_committed_in_bytes": 7864320000,
+ "heap_max_in_bytes": 7864320000,
+ "non_heap_used_in_bytes": 343633376,
+ "non_heap_committed_in_bytes": 350355456,
+ "pools": {
+ "young": {
+ "used_in_bytes": 3351248896,
+ "max_in_bytes": 0,
+ "peak_used_in_bytes": 4718592000,
+ "peak_max_in_bytes": 0
+ },
+ "old": {
+ "used_in_bytes": 1354067968,
+ "max_in_bytes": 7864320000,
+ "peak_used_in_bytes": 2444862976,
+ "peak_max_in_bytes": 7864320000
+ },
+ "survivor": {
+ "used_in_bytes": 354418688,
+ "max_in_bytes": 0,
+ "peak_used_in_bytes": 591396864,
+ "peak_max_in_bytes": 0
+ }
+ }
+ },
+ "threads": {
+ "count": 112,
+ "peak_count": 117
+ },
+ "gc": {
+ "collectors": {
+ "young": {
+ "collection_count": 78652,
+ "collection_time_in_millis": 6014274
+ },
+ "old": {
+ "collection_count": 0,
+ "collection_time_in_millis": 0
+ }
+ }
+ },
+ "buffer_pools": {
+ "mapped": {
+ "count": 858,
+ "used_in_bytes": 103114998135,
+ "total_capacity_in_bytes": 103114998135
+ },
+ "direct": {
+ "count": 94,
+ "used_in_bytes": 4654850,
+ "total_capacity_in_bytes": 4654848
+ },
+ "mapped - 'non-volatile memory'": {
+ "count": 0,
+ "used_in_bytes": 0,
+ "total_capacity_in_bytes": 0
+ }
+ },
+ "classes": {
+ "current_loaded_count": 36006,
+ "total_loaded_count": 37829,
+ "total_unloaded_count": 1823
+ }
+ },
+ "thread_pool": {
+ "analyze": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "auto_complete": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "azure_event_loop": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ccr": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "cluster_coordination": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 1,
+ "completed": 1130214
+ },
+ "fetch_shard_started": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "fetch_shard_store": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 6,
+ "completed": 38
+ },
+ "flush": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 89882
+ },
+ "force_merge": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 1,
+ "completed": 143
+ },
+ "generic": {
+ "threads": 46,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 46,
+ "completed": 89714323
+ },
+ "get": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "management": {
+ "threads": 3,
+ "queue": 0,
+ "active": 1,
+ "rejected": 0,
+ "largest": 3,
+ "completed": 416760833
+ },
+ "ml_datafeed": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_job_comms": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_native_inference_comms": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_utility": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 22543494
+ },
+ "refresh": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 885068032
+ },
+ "repository_azure": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "rollup_indexing": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "search": {
+ "threads": 5,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 5,
+ "completed": 167558078
+ },
+ "search_coordination": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 14101082
+ },
+ "search_throttled": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "searchable_snapshots_cache_fetch_async": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "searchable_snapshots_cache_prewarming": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "security-crypto": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "security-token-key": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "snapshot": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 806551
+ },
+ "snapshot_meta": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "system_critical_read": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 2350761
+ },
+ "system_critical_write": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 7635
+ },
+ "system_read": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 31141408
+ },
+ "system_write": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 7400801
+ },
+ "vector_tile_generation": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "warmer": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 36136481
+ },
+ "watcher": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "write": {
+ "threads": 3,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 3,
+ "completed": 575332197
+ }
+ },
+ "fs": {
+ "timestamp": 1687866153494,
+ "total": {
+ "total_in_bytes": 483183820800,
+ "free_in_bytes": 292886683648,
+ "available_in_bytes": 292886683648
+ },
+ "data": [
+ {
+ "path": "/app/data",
+ "mount": "/app (/dev/mapper/lxc-data)",
+ "type": "xfs",
+ "total_in_bytes": 483183820800,
+ "free_in_bytes": 292886683648,
+ "available_in_bytes": 292886683648
+ }
+ ],
+ "io_stats": {
+ "devices": [
+ {
+ "device_name": "dm-1",
+ "operations": 6160354146,
+ "read_operations": 376563348,
+ "write_operations": 5783790798,
+ "read_kilobytes": 31264865276,
+ "write_kilobytes": 100978561519,
+ "io_time_in_millis": 183984060
+ }
+ ],
+ "total": {
+ "operations": 6160354146,
+ "read_operations": 376563348,
+ "write_operations": 5783790798,
+ "read_kilobytes": 31264865276,
+ "write_kilobytes": 100978561519,
+ "io_time_in_millis": 183984060
+ }
+ }
+ },
+ "transport": {
+ "server_open": 24,
+ "total_outbound_connections": 11,
+ "rx_count": 1300324276,
+ "rx_size_in_bytes": 1789333458217,
+ "tx_count": 1300324275,
+ "tx_size_in_bytes": 2927487680282,
+ "inbound_handling_time_histogram": [
+ {
+ "lt_millis": 1,
+ "count": 1256115237
+ },
+ {
+ "ge_millis": 1,
+ "lt_millis": 2,
+ "count": 202073370
+ },
+ {
+ "ge_millis": 2,
+ "lt_millis": 4,
+ "count": 3242412
+ },
+ {
+ "ge_millis": 4,
+ "lt_millis": 8,
+ "count": 454921
+ },
+ {
+ "ge_millis": 8,
+ "lt_millis": 16,
+ "count": 173321
+ },
+ {
+ "ge_millis": 16,
+ "lt_millis": 32,
+ "count": 39045
+ },
+ {
+ "ge_millis": 32,
+ "lt_millis": 64,
+ "count": 14154
+ },
+ {
+ "ge_millis": 64,
+ "lt_millis": 128,
+ "count": 75261
+ },
+ {
+ "ge_millis": 128,
+ "lt_millis": 256,
+ "count": 1534
+ },
+ {
+ "ge_millis": 256,
+ "lt_millis": 512,
+ "count": 76
+ },
+ {
+ "ge_millis": 512,
+ "lt_millis": 1024,
+ "count": 3
+ },
+ {
+ "ge_millis": 1024,
+ "lt_millis": 2048,
+ "count": 0
+ },
+ {
+ "ge_millis": 2048,
+ "lt_millis": 4096,
+ "count": 0
+ },
+ {
+ "ge_millis": 4096,
+ "lt_millis": 8192,
+ "count": 0
+ },
+ {
+ "ge_millis": 8192,
+ "lt_millis": 16384,
+ "count": 0
+ },
+ {
+ "ge_millis": 16384,
+ "lt_millis": 32768,
+ "count": 0
+ },
+ {
+ "ge_millis": 32768,
+ "lt_millis": 65536,
+ "count": 0
+ },
+ {
+ "ge_millis": 65536,
+ "count": 0
+ }
+ ],
+ "outbound_handling_time_histogram": [
+ {
+ "lt_millis": 1,
+ "count": 1128384926
+ },
+ {
+ "ge_millis": 1,
+ "lt_millis": 2,
+ "count": 161841158
+ },
+ {
+ "ge_millis": 2,
+ "lt_millis": 4,
+ "count": 6818465
+ },
+ {
+ "ge_millis": 4,
+ "lt_millis": 8,
+ "count": 2563517
+ },
+ {
+ "ge_millis": 8,
+ "lt_millis": 16,
+ "count": 445765
+ },
+ {
+ "ge_millis": 16,
+ "lt_millis": 32,
+ "count": 122453
+ },
+ {
+ "ge_millis": 32,
+ "lt_millis": 64,
+ "count": 95805
+ },
+ {
+ "ge_millis": 64,
+ "lt_millis": 128,
+ "count": 49979
+ },
+ {
+ "ge_millis": 128,
+ "lt_millis": 256,
+ "count": 1930
+ },
+ {
+ "ge_millis": 256,
+ "lt_millis": 512,
+ "count": 250
+ },
+ {
+ "ge_millis": 512,
+ "lt_millis": 1024,
+ "count": 27
+ },
+ {
+ "ge_millis": 1024,
+ "lt_millis": 2048,
+ "count": 0
+ },
+ {
+ "ge_millis": 2048,
+ "lt_millis": 4096,
+ "count": 0
+ },
+ {
+ "ge_millis": 4096,
+ "lt_millis": 8192,
+ "count": 0
+ },
+ {
+ "ge_millis": 8192,
+ "lt_millis": 16384,
+ "count": 0
+ },
+ {
+ "ge_millis": 16384,
+ "lt_millis": 32768,
+ "count": 0
+ },
+ {
+ "ge_millis": 32768,
+ "lt_millis": 65536,
+ "count": 0
+ },
+ {
+ "ge_millis": 65536,
+ "count": 0
+ }
+ ]
+ },
+ "http": {
+ "current_open": 75,
+ "total_opened": 779352
+ },
+ "breakers": {
+ "fielddata": {
+ "limit_size_in_bytes": 3145728000,
+ "limit_size": "2.9gb",
+ "estimated_size_in_bytes": 600,
+ "estimated_size": "600b",
+ "overhead": 1.03,
+ "tripped": 0
+ },
+ "request": {
+ "limit_size_in_bytes": 4718592000,
+ "limit_size": "4.3gb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "inflight_requests": {
+ "limit_size_in_bytes": 7864320000,
+ "limit_size": "7.3gb",
+ "estimated_size_in_bytes": 1464,
+ "estimated_size": "1.4kb",
+ "overhead": 2,
+ "tripped": 0
+ },
+ "model_inference": {
+ "limit_size_in_bytes": 3932160000,
+ "limit_size": "3.6gb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "eql_sequence": {
+ "limit_size_in_bytes": 3932160000,
+ "limit_size": "3.6gb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "parent": {
+ "limit_size_in_bytes": 7471104000,
+ "limit_size": "6.9gb",
+ "estimated_size_in_bytes": 5059735552,
+ "estimated_size": "4.7gb",
+ "overhead": 1,
+ "tripped": 0
+ }
+ }
+ },
+ "k_AifYMWQTykjUq3pgE_-w": {
+ "timestamp": 1687866153482,
+ "name": "tiebreaker-0000000002",
+ "transport_address": "172.25.242.111:19393",
+ "host": "172.25.242.111",
+ "ip": "172.25.242.111:19393",
+ "roles": [
+ "master",
+ "voting_only"
+ ],
+ "attributes": {
+ "logical_availability_zone": "tiebreaker",
+ "availability_zone": "us-east-1b",
+ "server_name": "tiebreaker-0000000002.36928dce44074ceba64d7b3d698443a7",
+ "xpack.installed": "true",
+ "data": "hot",
+ "instance_configuration": "aws.es.master.c5d",
+ "region": "us-east-1"
+ },
+ "indices": {
+ "docs": {
+ "count": 0,
+ "deleted": 0
+ },
+ "shard_stats": {
+ "total_count": 0
+ },
+ "store": {
+ "size_in_bytes": 0,
+ "total_data_set_size_in_bytes": 0,
+ "reserved_in_bytes": 0
+ },
+ "indexing": {
+ "index_total": 0,
+ "index_time_in_millis": 0,
+ "index_current": 0,
+ "index_failed": 0,
+ "delete_total": 0,
+ "delete_time_in_millis": 0,
+ "delete_current": 0,
+ "noop_update_total": 0,
+ "is_throttled": false,
+ "throttle_time_in_millis": 0
+ },
+ "get": {
+ "total": 0,
+ "time_in_millis": 0,
+ "exists_total": 0,
+ "exists_time_in_millis": 0,
+ "missing_total": 0,
+ "missing_time_in_millis": 0,
+ "current": 0
+ },
+ "search": {
+ "open_contexts": 0,
+ "query_total": 0,
+ "query_time_in_millis": 0,
+ "query_current": 0,
+ "fetch_total": 0,
+ "fetch_time_in_millis": 0,
+ "fetch_current": 0,
+ "scroll_total": 0,
+ "scroll_time_in_millis": 0,
+ "scroll_current": 0,
+ "suggest_total": 0,
+ "suggest_time_in_millis": 0,
+ "suggest_current": 0
+ },
+ "merges": {
+ "current": 0,
+ "current_docs": 0,
+ "current_size_in_bytes": 0,
+ "total": 0,
+ "total_time_in_millis": 0,
+ "total_docs": 0,
+ "total_size_in_bytes": 0,
+ "total_stopped_time_in_millis": 0,
+ "total_throttled_time_in_millis": 0,
+ "total_auto_throttle_in_bytes": 0
+ },
+ "refresh": {
+ "total": 0,
+ "total_time_in_millis": 0,
+ "external_total": 0,
+ "external_total_time_in_millis": 0,
+ "listeners": 0
+ },
+ "flush": {
+ "total": 0,
+ "periodic": 0,
+ "total_time_in_millis": 0
+ },
+ "warmer": {
+ "current": 0,
+ "total": 0,
+ "total_time_in_millis": 0
+ },
+ "query_cache": {
+ "memory_size_in_bytes": 0,
+ "total_count": 0,
+ "hit_count": 0,
+ "miss_count": 0,
+ "cache_size": 0,
+ "cache_count": 0,
+ "evictions": 0
+ },
+ "fielddata": {
+ "memory_size_in_bytes": 0,
+ "evictions": 0
+ },
+ "completion": {
+ "size_in_bytes": 0
+ },
+ "segments": {
+ "count": 0,
+ "memory_in_bytes": 0,
+ "terms_memory_in_bytes": 0,
+ "stored_fields_memory_in_bytes": 0,
+ "term_vectors_memory_in_bytes": 0,
+ "norms_memory_in_bytes": 0,
+ "points_memory_in_bytes": 0,
+ "doc_values_memory_in_bytes": 0,
+ "index_writer_memory_in_bytes": 0,
+ "version_map_memory_in_bytes": 0,
+ "fixed_bit_set_memory_in_bytes": 0,
+ "max_unsafe_auto_id_timestamp": -9223372036854776000,
+ "file_sizes": {}
+ },
+ "translog": {
+ "operations": 0,
+ "size_in_bytes": 0,
+ "uncommitted_operations": 0,
+ "uncommitted_size_in_bytes": 0,
+ "earliest_last_modified_age": 0
+ },
+ "request_cache": {
+ "memory_size_in_bytes": 0,
+ "evictions": 0,
+ "hit_count": 0,
+ "miss_count": 0
+ },
+ "recovery": {
+ "current_as_source": 0,
+ "current_as_target": 0,
+ "throttle_time_in_millis": 0
+ },
+ "bulk": {
+ "total_operations": 0,
+ "total_time_in_millis": 0,
+ "total_size_in_bytes": 0,
+ "avg_time_in_millis": 0,
+ "avg_size_in_bytes": 0
+ }
+ },
+ "os": {
+ "timestamp": 1687866153483,
+ "cpu": {
+ "percent": 0,
+ "load_average": {
+ "1m": 3.18,
+ "5m": 2.94,
+ "15m": 2.54
+ }
+ },
+ "mem": {
+ "total_in_bytes": 1073741824,
+ "adjusted_total_in_bytes": 696254464,
+ "free_in_bytes": 101437440,
+ "used_in_bytes": 972304384,
+ "free_percent": 9,
+ "used_percent": 91
+ },
+ "swap": {
+ "total_in_bytes": 536870912,
+ "free_in_bytes": 536870912,
+ "used_in_bytes": 0
+ },
+ "cgroup": {
+ "cpuacct": {
+ "control_group": "/",
+ "usage_nanos": 281986757031142
+ },
+ "cpu": {
+ "control_group": "/",
+ "cfs_period_micros": 100000,
+ "cfs_quota_micros": 847058,
+ "stat": {
+ "number_of_elapsed_periods": 133754533,
+ "number_of_times_throttled": 226,
+ "time_throttled_nanos": 6732992268
+ }
+ },
+ "memory": {
+ "control_group": "/",
+ "limit_in_bytes": "1073741824",
+ "usage_in_bytes": "972304384"
+ }
+ }
+ },
+ "process": {
+ "timestamp": 1687866153483,
+ "open_file_descriptors": 557,
+ "max_file_descriptors": 1048576,
+ "cpu": {
+ "percent": 0,
+ "total_in_millis": 182462990
+ },
+ "mem": {
+ "total_virtual_in_bytes": 6049042432
+ }
+ },
+ "jvm": {
+ "timestamp": 1687866153484,
+ "uptime_in_millis": 23671101768,
+ "mem": {
+ "heap_used_in_bytes": 178362704,
+ "heap_used_percent": 63,
+ "heap_committed_in_bytes": 281018368,
+ "heap_max_in_bytes": 281018368,
+ "non_heap_used_in_bytes": 221757752,
+ "non_heap_committed_in_bytes": 231145472,
+ "pools": {
+ "young": {
+ "used_in_bytes": 71303168,
+ "max_in_bytes": 0,
+ "peak_used_in_bytes": 163577856,
+ "peak_max_in_bytes": 0
+ },
+ "old": {
+ "used_in_bytes": 106872320,
+ "max_in_bytes": 281018368,
+ "peak_used_in_bytes": 246953424,
+ "peak_max_in_bytes": 281018368
+ },
+ "survivor": {
+ "used_in_bytes": 187216,
+ "max_in_bytes": 0,
+ "peak_used_in_bytes": 20971520,
+ "peak_max_in_bytes": 0
+ }
+ }
+ },
+ "threads": {
+ "count": 45,
+ "peak_count": 47
+ },
+ "gc": {
+ "collectors": {
+ "young": {
+ "collection_count": 342994,
+ "collection_time_in_millis": 768917
+ },
+ "old": {
+ "collection_count": 0,
+ "collection_time_in_millis": 0
+ }
+ }
+ },
+ "buffer_pools": {
+ "mapped": {
+ "count": 0,
+ "used_in_bytes": 0,
+ "total_capacity_in_bytes": 0
+ },
+ "direct": {
+ "count": 19,
+ "used_in_bytes": 2142216,
+ "total_capacity_in_bytes": 2142214
+ },
+ "mapped - 'non-volatile memory'": {
+ "count": 0,
+ "used_in_bytes": 0,
+ "total_capacity_in_bytes": 0
+ }
+ },
+ "classes": {
+ "current_loaded_count": 29581,
+ "total_loaded_count": 31244,
+ "total_unloaded_count": 1663
+ }
+ },
+ "thread_pool": {
+ "analyze": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "auto_complete": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "azure_event_loop": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ccr": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "cluster_coordination": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 1,
+ "completed": 1708790
+ },
+ "fetch_shard_started": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "fetch_shard_store": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "flush": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "force_merge": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "generic": {
+ "threads": 9,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 9,
+ "completed": 78631938
+ },
+ "get": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "management": {
+ "threads": 2,
+ "queue": 0,
+ "active": 1,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 86206936
+ },
+ "ml_datafeed": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_job_comms": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_native_inference_comms": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "ml_utility": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 47308828
+ },
+ "refresh": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "repository_azure": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "rollup_indexing": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "search": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "search_coordination": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "search_throttled": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "searchable_snapshots_cache_fetch_async": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "searchable_snapshots_cache_prewarming": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "security-crypto": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "security-token-key": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "snapshot": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "snapshot_meta": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "system_critical_read": {
+ "threads": 1,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 1,
+ "completed": 1
+ },
+ "system_critical_write": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "system_read": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "system_write": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "vector_tile_generation": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "warmer": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "watcher": {
+ "threads": 0,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 0,
+ "completed": 0
+ },
+ "write": {
+ "threads": 2,
+ "queue": 0,
+ "active": 0,
+ "rejected": 0,
+ "largest": 2,
+ "completed": 2
+ }
+ },
+ "fs": {
+ "timestamp": 1687866153484,
+ "total": {
+ "total_in_bytes": 12884901888,
+ "free_in_bytes": 12789022720,
+ "available_in_bytes": 12789022720
+ },
+ "data": [
+ {
+ "path": "/app/data",
+ "mount": "/app (/dev/mapper/lxc-data)",
+ "type": "xfs",
+ "total_in_bytes": 12884901888,
+ "free_in_bytes": 12789022720,
+ "available_in_bytes": 12789022720
+ }
+ ],
+ "io_stats": {
+ "devices": [
+ {
+ "device_name": "dm-1",
+ "operations": 1025442756,
+ "read_operations": 12887271,
+ "write_operations": 1012555485,
+ "read_kilobytes": 666215440,
+ "write_kilobytes": 20200424566,
+ "io_time_in_millis": 547217376
+ }
+ ],
+ "total": {
+ "operations": 1025442756,
+ "read_operations": 12887271,
+ "write_operations": 1012555485,
+ "read_kilobytes": 666215440,
+ "write_kilobytes": 20200424566,
+ "io_time_in_millis": 547217376
+ }
+ }
+ },
+ "transport": {
+ "server_open": 26,
+ "total_outbound_connections": 20,
+ "rx_count": 107632996,
+ "rx_size_in_bytes": 180620082152,
+ "tx_count": 107633007,
+ "tx_size_in_bytes": 420999501235,
+ "inbound_handling_time_histogram": [
+ {
+ "lt_millis": 1,
+ "count": 146874447
+ },
+ {
+ "ge_millis": 1,
+ "lt_millis": 2,
+ "count": 16292686
+ },
+ {
+ "ge_millis": 2,
+ "lt_millis": 4,
+ "count": 50826
+ },
+ {
+ "ge_millis": 4,
+ "lt_millis": 8,
+ "count": 1965
+ },
+ {
+ "ge_millis": 8,
+ "lt_millis": 16,
+ "count": 187
+ },
+ {
+ "ge_millis": 16,
+ "lt_millis": 32,
+ "count": 84
+ },
+ {
+ "ge_millis": 32,
+ "lt_millis": 64,
+ "count": 2
+ },
+ {
+ "ge_millis": 64,
+ "lt_millis": 128,
+ "count": 65800
+ },
+ {
+ "ge_millis": 128,
+ "lt_millis": 256,
+ "count": 14
+ },
+ {
+ "ge_millis": 256,
+ "lt_millis": 512,
+ "count": 0
+ },
+ {
+ "ge_millis": 512,
+ "lt_millis": 1024,
+ "count": 0
+ },
+ {
+ "ge_millis": 1024,
+ "lt_millis": 2048,
+ "count": 0
+ },
+ {
+ "ge_millis": 2048,
+ "lt_millis": 4096,
+ "count": 0
+ },
+ {
+ "ge_millis": 4096,
+ "lt_millis": 8192,
+ "count": 0
+ },
+ {
+ "ge_millis": 8192,
+ "lt_millis": 16384,
+ "count": 0
+ },
+ {
+ "ge_millis": 16384,
+ "lt_millis": 32768,
+ "count": 0
+ },
+ {
+ "ge_millis": 32768,
+ "lt_millis": 65536,
+ "count": 0
+ },
+ {
+ "ge_millis": 65536,
+ "count": 0
+ }
+ ],
+ "outbound_handling_time_histogram": [
+ {
+ "lt_millis": 1,
+ "count": 97208157
+ },
+ {
+ "ge_millis": 1,
+ "lt_millis": 2,
+ "count": 10385725
+ },
+ {
+ "ge_millis": 2,
+ "lt_millis": 4,
+ "count": 28647
+ },
+ {
+ "ge_millis": 4,
+ "lt_millis": 8,
+ "count": 6334
+ },
+ {
+ "ge_millis": 8,
+ "lt_millis": 16,
+ "count": 1042
+ },
+ {
+ "ge_millis": 16,
+ "lt_millis": 32,
+ "count": 818
+ },
+ {
+ "ge_millis": 32,
+ "lt_millis": 64,
+ "count": 1556
+ },
+ {
+ "ge_millis": 64,
+ "lt_millis": 128,
+ "count": 725
+ },
+ {
+ "ge_millis": 128,
+ "lt_millis": 256,
+ "count": 3
+ },
+ {
+ "ge_millis": 256,
+ "lt_millis": 512,
+ "count": 0
+ },
+ {
+ "ge_millis": 512,
+ "lt_millis": 1024,
+ "count": 0
+ },
+ {
+ "ge_millis": 1024,
+ "lt_millis": 2048,
+ "count": 0
+ },
+ {
+ "ge_millis": 2048,
+ "lt_millis": 4096,
+ "count": 0
+ },
+ {
+ "ge_millis": 4096,
+ "lt_millis": 8192,
+ "count": 0
+ },
+ {
+ "ge_millis": 8192,
+ "lt_millis": 16384,
+ "count": 0
+ },
+ {
+ "ge_millis": 16384,
+ "lt_millis": 32768,
+ "count": 0
+ },
+ {
+ "ge_millis": 32768,
+ "lt_millis": 65536,
+ "count": 0
+ },
+ {
+ "ge_millis": 65536,
+ "count": 0
+ }
+ ]
+ },
+ "http": {
+ "current_open": 14,
+ "total_opened": 13364
+ },
+ "breakers": {
+ "model_inference": {
+ "limit_size_in_bytes": 140509184,
+ "limit_size": "134mb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "eql_sequence": {
+ "limit_size_in_bytes": 140509184,
+ "limit_size": "134mb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "fielddata": {
+ "limit_size_in_bytes": 112407347,
+ "limit_size": "107.1mb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1.03,
+ "tripped": 0
+ },
+ "request": {
+ "limit_size_in_bytes": 168611020,
+ "limit_size": "160.7mb",
+ "estimated_size_in_bytes": 0,
+ "estimated_size": "0b",
+ "overhead": 1,
+ "tripped": 0
+ },
+ "inflight_requests": {
+ "limit_size_in_bytes": 281018368,
+ "limit_size": "268mb",
+ "estimated_size_in_bytes": 1464,
+ "estimated_size": "1.4kb",
+ "overhead": 2,
+ "tripped": 0
+ },
+ "parent": {
+ "limit_size_in_bytes": 266967449,
+ "limit_size": "254.5mb",
+ "estimated_size_in_bytes": 178362704,
+ "estimated_size": "170mb",
+ "overhead": 1,
+ "tripped": 0
+ }
+ }
+ }
+ }
+}