@Anthony Sure, this is the yaml of the master node :
cluster.name: opensearch-moncalieri
node.name: opensearch-master-01
node.roles: [ cluster_manager ]
network.host: 0.0.0.0
path.data: "/mnt/opensearch"
path.logs: "/var/log/opensearch"
discovery.seed_hosts: ["10.174.110.159", "10.174.110.149", "10.174.110.124"]
#cluster.initial_cluster_manager_nodes: ["10.174.110.159", "10.174.110.149", "10.174.110.124"]
plugins.security.ssl.transport.enabled: true
plugins.security.ssl.transport.pemcert_filepath: /etc/opensearch/certs/vmgclalte1757.syssede.systest.sanpaoloimi.com.cer
plugins.security.ssl.transport.pemkey_filepath: /etc/opensearch/certs/vmgclalte1757.key
plugins.security.ssl.transport.pemtrustedcas_filepath: /etc/opensearch/certs/chain.pem
plugins.security.ssl.transport.enforce_hostname_verification: false
plugins.security.ssl.http.enabled: true
plugins.security.ssl.http.pemcert_filepath: /etc/opensearch/certs/vmgclalte1757.syssede.systest.sanpaoloimi.com.cer
plugins.security.ssl.http.pemkey_filepath: /etc/opensearch/certs/vmgclalte1757.key
plugins.security.ssl.http.pemtrustedcas_filepath: /etc/opensearch/certs/chain.pem
plugins.security.authcz.admin_dn:
- "CN=admin,OU=xx,O=xx,L=xx,ST=xx,C=xx"
plugins.security.nodes_dn:
- 'CN=*xx,OU=xx.,O=xx,L=xx,ST=xx,C=xx'
plugins.security.allow_default_init_securityindex: true
plugins.security.restapi.roles_enabled: ["all_access"]
bootstrap.system_call_filter: false
bootstrap.memory_lock: true
plugins.security.ssl.http.enabled_ciphers:
- "TLS_DHE_RSA_WITH_AES_256_CBC_SHA"
- "TLS_DHE_DSS_WITH_AES_128_CBC_SHA256"
plugins.security.ssl.http.enabled_protocols:
- "TLSv1.1"
- "TLSv1.2"
For This settings I tried to put them to solve the problem, reading about some open cases but they didn’t solve anything
plugins.security.ssl.http.enabled_ciphers:
- “TLS_DHE_RSA_WITH_AES_256_CBC_SHA”
- “TLS_DHE_DSS_WITH_AES_128_CBC_SHA256”
plugins.security.ssl.http.enabled_protocols:
- “TLSv1.1”
- “TLSv1.2”
3 Uptime of 1 master and 2 data nodes. If u want all the uptime of the 12 vm tell me.
[root@vmgclalte1757 /etc/opensearch]# uptime
09:30:50 up 39 days, 23:19, 1 user, load average: 0.06, 0.12, 0.14
[root@vmgclalte1745 ~]# uptime
09:31:15 up 39 days, 23:41, 1 user, load average: 3.59, 3.38, 3.21
[root@vmgclalte1747 ~]# uptime
09:31:41 up 39 days, 23:38, 1 user, load average: 2.74, 2.78, 3.17
This is the stats jvm
{
"_nodes": {
"total": 12,
"successful": 12,
"failed": 0
},
"cluster_name": "opensearch-moncalieri",
"nodes": {
"4j7tOj24QkW4RYTXvDuZWA": {
"timestamp": 1750750403031,
"name": "opensearch-data-07",
"transport_address": "10.174.110.133:9300",
"host": "10.174.110.133",
"ip": "10.174.110.133:9300",
"roles": [
"data",
"ingest"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403031,
"uptime_in_millis": 320476670,
"mem": {
"heap_used_in_bytes": 13293184544,
"heap_used_percent": 38,
"heap_committed_in_bytes": 34359738368,
"heap_max_in_bytes": 34359738368,
"non_heap_used_in_bytes": 270427952,
"non_heap_committed_in_bytes": 315817984,
"pools": {
"young": {
"used_in_bytes": 2399141888,
"max_in_bytes": 0,
"peak_used_in_bytes": 20401094656,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 9677694496,
"max_in_bytes": 34359738368,
"peak_used_in_bytes": 10850497536,
"peak_max_in_bytes": 34359738368,
"last_gc_stats": {
"used_in_bytes": 9677694496,
"max_in_bytes": 34359738368,
"usage_percent": 28
}
},
"survivor": {
"used_in_bytes": 1216348160,
"max_in_bytes": 0,
"peak_used_in_bytes": 1577058304,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 1216348160,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 120,
"peak_count": 186
},
"gc": {
"collectors": {
"young": {
"collection_count": 9014,
"collection_time_in_millis": 449314
},
"G1 Concurrent GC": {
"collection_count": 5986,
"collection_time_in_millis": 18372
},
"old": {
"collection_count": 0,
"collection_time_in_millis": 0
}
}
},
"buffer_pools": {
"mapped": {
"count": 30390,
"used_in_bytes": 2950168583841,
"total_capacity_in_bytes": 2950168583841
},
"direct": {
"count": 113,
"used_in_bytes": 19161943,
"total_capacity_in_bytes": 19161942
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 33232,
"total_loaded_count": 35221,
"total_unloaded_count": 1989
}
}
},
"FAE10zJUTd6IzBteDxd4Fg": {
"timestamp": 1750750403031,
"name": "opensearch-data-02",
"transport_address": "10.174.110.248:9300",
"host": "10.174.110.248",
"ip": "10.174.110.248:9300",
"roles": [
"data",
"ingest"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403031,
"uptime_in_millis": 321008126,
"mem": {
"heap_used_in_bytes": 10771266384,
"heap_used_percent": 31,
"heap_committed_in_bytes": 34359738368,
"heap_max_in_bytes": 34359738368,
"non_heap_used_in_bytes": 269208592,
"non_heap_committed_in_bytes": 318570496,
"pools": {
"young": {
"used_in_bytes": 134217728,
"max_in_bytes": 0,
"peak_used_in_bytes": 20468203520,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 9353591632,
"max_in_bytes": 34359738368,
"peak_used_in_bytes": 10810904912,
"peak_max_in_bytes": 34359738368,
"last_gc_stats": {
"used_in_bytes": 9293264736,
"max_in_bytes": 34359738368,
"usage_percent": 27
}
},
"survivor": {
"used_in_bytes": 1283457024,
"max_in_bytes": 0,
"peak_used_in_bytes": 1610612736,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 1283457024,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 125,
"peak_count": 188
},
"gc": {
"collectors": {
"young": {
"collection_count": 8216,
"collection_time_in_millis": 350862
},
"G1 Concurrent GC": {
"collection_count": 5446,
"collection_time_in_millis": 13110
},
"old": {
"collection_count": 0,
"collection_time_in_millis": 0
}
}
},
"buffer_pools": {
"mapped": {
"count": 30550,
"used_in_bytes": 2789249497254,
"total_capacity_in_bytes": 2789249497254
},
"direct": {
"count": 116,
"used_in_bytes": 19206458,
"total_capacity_in_bytes": 19206457
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 33260,
"total_loaded_count": 35187,
"total_unloaded_count": 1927
}
}
},
"bTaA_568RwGsSFkiK3aa7w": {
"timestamp": 1750750403030,
"name": "opensearch-data-06",
"transport_address": "10.174.110.245:9300",
"host": "10.174.110.245",
"ip": "10.174.110.245:9300",
"roles": [
"data",
"ingest"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403030,
"uptime_in_millis": 320558108,
"mem": {
"heap_used_in_bytes": 24066721976,
"heap_used_percent": 70,
"heap_committed_in_bytes": 34359738368,
"heap_max_in_bytes": 34359738368,
"non_heap_used_in_bytes": 288389208,
"non_heap_committed_in_bytes": 331350016,
"pools": {
"young": {
"used_in_bytes": 13589544960,
"max_in_bytes": 0,
"peak_used_in_bytes": 20468203520,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 9445378232,
"max_in_bytes": 34359738368,
"peak_used_in_bytes": 10048483688,
"peak_max_in_bytes": 34359738368,
"last_gc_stats": {
"used_in_bytes": 9445378232,
"max_in_bytes": 34359738368,
"usage_percent": 27
}
},
"survivor": {
"used_in_bytes": 1031798784,
"max_in_bytes": 0,
"peak_used_in_bytes": 1593835520,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 1031798784,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 154,
"peak_count": 219
},
"gc": {
"collectors": {
"young": {
"collection_count": 9386,
"collection_time_in_millis": 384567
},
"G1 Concurrent GC": {
"collection_count": 6244,
"collection_time_in_millis": 16803
},
"old": {
"collection_count": 0,
"collection_time_in_millis": 0
}
}
},
"buffer_pools": {
"mapped": {
"count": 32528,
"used_in_bytes": 2952833971637,
"total_capacity_in_bytes": 2952833971637
},
"direct": {
"count": 125,
"used_in_bytes": 19449268,
"total_capacity_in_bytes": 19449267
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 33885,
"total_loaded_count": 35761,
"total_unloaded_count": 1876
}
}
},
"a9HyeEZSQiCHj82QGQcWTQ": {
"timestamp": 1750750429437,
"name": "opensearch-data-04",
"transport_address": "10.174.110.30:9300",
"host": "10.174.110.30",
"ip": "10.174.110.30:9300",
"roles": [
"data",
"ingest"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750429437,
"uptime_in_millis": 320818226,
"mem": {
"heap_used_in_bytes": 19075694592,
"heap_used_percent": 55,
"heap_committed_in_bytes": 34359738368,
"heap_max_in_bytes": 34359738368,
"non_heap_used_in_bytes": 270166952,
"non_heap_committed_in_bytes": 316145664,
"pools": {
"young": {
"used_in_bytes": 8304721920,
"max_in_bytes": 0,
"peak_used_in_bytes": 20468203520,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 9781116928,
"max_in_bytes": 34359738368,
"peak_used_in_bytes": 10284433408,
"peak_max_in_bytes": 34359738368,
"last_gc_stats": {
"used_in_bytes": 9781116928,
"max_in_bytes": 34359738368,
"usage_percent": 28
}
},
"survivor": {
"used_in_bytes": 989855744,
"max_in_bytes": 0,
"peak_used_in_bytes": 1610612736,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 989855744,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 133,
"peak_count": 202
},
"gc": {
"collectors": {
"young": {
"collection_count": 9397,
"collection_time_in_millis": 421950
},
"G1 Concurrent GC": {
"collection_count": 6250,
"collection_time_in_millis": 17279
},
"old": {
"collection_count": 0,
"collection_time_in_millis": 0
}
}
},
"buffer_pools": {
"mapped": {
"count": 31231,
"used_in_bytes": 2985686884486,
"total_capacity_in_bytes": 2985686884486
},
"direct": {
"count": 109,
"used_in_bytes": 19050820,
"total_capacity_in_bytes": 19050819
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 33407,
"total_loaded_count": 35360,
"total_unloaded_count": 1953
}
}
},
"BoDvbe8eSa-ygY8gDlqBtA": {
"timestamp": 1750750403031,
"name": "opensearch-data-01",
"transport_address": "10.174.110.141:9300",
"host": "10.174.110.141",
"ip": "10.174.110.141:9300",
"roles": [
"data",
"ingest"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403031,
"uptime_in_millis": 321091030,
"mem": {
"heap_used_in_bytes": 23898449344,
"heap_used_percent": 69,
"heap_committed_in_bytes": 34359738368,
"heap_max_in_bytes": 34359738368,
"non_heap_used_in_bytes": 271061120,
"non_heap_committed_in_bytes": 317980672,
"pools": {
"young": {
"used_in_bytes": 12968787968,
"max_in_bytes": 0,
"peak_used_in_bytes": 20367540224,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 9805587904,
"max_in_bytes": 34359738368,
"peak_used_in_bytes": 10636754944,
"peak_max_in_bytes": 34359738368,
"last_gc_stats": {
"used_in_bytes": 9805587904,
"max_in_bytes": 34359738368,
"usage_percent": 28
}
},
"survivor": {
"used_in_bytes": 1124073472,
"max_in_bytes": 0,
"peak_used_in_bytes": 1602224128,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 1124073472,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 144,
"peak_count": 203
},
"gc": {
"collectors": {
"young": {
"collection_count": 8450,
"collection_time_in_millis": 388255
},
"G1 Concurrent GC": {
"collection_count": 5598,
"collection_time_in_millis": 17198
},
"old": {
"collection_count": 0,
"collection_time_in_millis": 0
}
}
},
"buffer_pools": {
"mapped": {
"count": 31446,
"used_in_bytes": 3095616201060,
"total_capacity_in_bytes": 3095616201060
},
"direct": {
"count": 122,
"used_in_bytes": 19273013,
"total_capacity_in_bytes": 19273012
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 33347,
"total_loaded_count": 35159,
"total_unloaded_count": 1812
}
}
},
"o3zlfuhQTsKAPa16MuR91A": {
"timestamp": 1750750403030,
"name": "opensearch-data-05",
"transport_address": "10.174.110.156:9300",
"host": "10.174.110.156",
"ip": "10.174.110.156:9300",
"roles": [
"data",
"ingest"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403031,
"uptime_in_millis": 320688674,
"mem": {
"heap_used_in_bytes": 17831620464,
"heap_used_percent": 51,
"heap_committed_in_bytes": 34359738368,
"heap_max_in_bytes": 34359738368,
"non_heap_used_in_bytes": 285964880,
"non_heap_committed_in_bytes": 336265216,
"pools": {
"young": {
"used_in_bytes": 7214202880,
"max_in_bytes": 0,
"peak_used_in_bytes": 20468203520,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 9350737776,
"max_in_bytes": 34359738368,
"peak_used_in_bytes": 10699905216,
"peak_max_in_bytes": 34359738368,
"last_gc_stats": {
"used_in_bytes": 9350737776,
"max_in_bytes": 34359738368,
"usage_percent": 27
}
},
"survivor": {
"used_in_bytes": 1266679808,
"max_in_bytes": 0,
"peak_used_in_bytes": 1560281088,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 1266679808,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 159,
"peak_count": 223
},
"gc": {
"collectors": {
"young": {
"collection_count": 8675,
"collection_time_in_millis": 372114
},
"G1 Concurrent GC": {
"collection_count": 5752,
"collection_time_in_millis": 18137
},
"old": {
"collection_count": 0,
"collection_time_in_millis": 0
}
}
},
"buffer_pools": {
"mapped": {
"count": 31914,
"used_in_bytes": 2741626743637,
"total_capacity_in_bytes": 2741626743637
},
"direct": {
"count": 137,
"used_in_bytes": 19663134,
"total_capacity_in_bytes": 19663133
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 34082,
"total_loaded_count": 36049,
"total_unloaded_count": 1967
}
}
},
"TsBSTCBNSTaAgeesSoe2Kw": {
"timestamp": 1750750403031,
"name": "opensearch-data-03",
"transport_address": "10.174.110.28:9300",
"host": "10.174.110.28",
"ip": "10.174.110.28:9300",
"roles": [
"data",
"ingest"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403031,
"uptime_in_millis": 320889646,
"mem": {
"heap_used_in_bytes": 23614380144,
"heap_used_percent": 68,
"heap_committed_in_bytes": 34359738368,
"heap_max_in_bytes": 34359738368,
"non_heap_used_in_bytes": 269782968,
"non_heap_committed_in_bytes": 316866560,
"pools": {
"young": {
"used_in_bytes": 12280922112,
"max_in_bytes": 0,
"peak_used_in_bytes": 20484980736,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 10175830128,
"max_in_bytes": 34359738368,
"peak_used_in_bytes": 10767798624,
"peak_max_in_bytes": 34359738368,
"last_gc_stats": {
"used_in_bytes": 10175830128,
"max_in_bytes": 34359738368,
"usage_percent": 29
}
},
"survivor": {
"used_in_bytes": 1157627904,
"max_in_bytes": 0,
"peak_used_in_bytes": 1535115264,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 1157627904,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 142,
"peak_count": 209
},
"gc": {
"collectors": {
"young": {
"collection_count": 9945,
"collection_time_in_millis": 481966
},
"G1 Concurrent GC": {
"collection_count": 6598,
"collection_time_in_millis": 18471
},
"old": {
"collection_count": 0,
"collection_time_in_millis": 0
}
}
},
"buffer_pools": {
"mapped": {
"count": 29013,
"used_in_bytes": 3205226009648,
"total_capacity_in_bytes": 3205226009648
},
"direct": {
"count": 115,
"used_in_bytes": 19082728,
"total_capacity_in_bytes": 19082727
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 33329,
"total_loaded_count": 35281,
"total_unloaded_count": 1952
}
}
},
"D792IMHHRBW4wpweAmTSYA": {
"timestamp": 1750750403031,
"name": "opensearch-master-03",
"transport_address": "10.174.110.124:9300",
"host": "10.174.110.124",
"ip": "10.174.110.124:9300",
"roles": [
"cluster_manager"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403031,
"uptime_in_millis": 321289286,
"mem": {
"heap_used_in_bytes": 5482755072,
"heap_used_percent": 63,
"heap_committed_in_bytes": 8589934592,
"heap_max_in_bytes": 8589934592,
"non_heap_used_in_bytes": 257318216,
"non_heap_committed_in_bytes": 299040768,
"pools": {
"young": {
"used_in_bytes": 4676648960,
"max_in_bytes": 0,
"peak_used_in_bytes": 5142216704,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 779816760,
"max_in_bytes": 8589934592,
"peak_used_in_bytes": 918552576,
"peak_max_in_bytes": 8589934592,
"last_gc_stats": {
"used_in_bytes": 723598392,
"max_in_bytes": 8589934592,
"usage_percent": 8
}
},
"survivor": {
"used_in_bytes": 26289352,
"max_in_bytes": 0,
"peak_used_in_bytes": 314572800,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 26289352,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 62,
"peak_count": 64
},
"gc": {
"collectors": {
"young": {
"collection_count": 1472,
"collection_time_in_millis": 44416
},
"G1 Concurrent GC": {
"collection_count": 112,
"collection_time_in_millis": 737
},
"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": 26,
"used_in_bytes": 4450112,
"total_capacity_in_bytes": 4450111
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 33237,
"total_loaded_count": 34973,
"total_unloaded_count": 1736
}
}
},
"Pr2p0DLiSdypaADyoh3wyg": {
"timestamp": 1750750403030,
"name": "opensearch-master-01",
"transport_address": "10.174.110.159:9300",
"host": "10.174.110.159",
"ip": "10.174.110.159:9300",
"roles": [
"cluster_manager"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403031,
"uptime_in_millis": 321951075,
"mem": {
"heap_used_in_bytes": 4445822976,
"heap_used_percent": 51,
"heap_committed_in_bytes": 8589934592,
"heap_max_in_bytes": 8589934592,
"non_heap_used_in_bytes": 248024456,
"non_heap_committed_in_bytes": 292683776,
"pools": {
"young": {
"used_in_bytes": 3938451456,
"max_in_bytes": 0,
"peak_used_in_bytes": 5146411008,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 500054360,
"max_in_bytes": 8589934592,
"peak_used_in_bytes": 1327497216,
"peak_max_in_bytes": 8589934592,
"last_gc_stats": {
"used_in_bytes": 500054360,
"max_in_bytes": 8589934592,
"usage_percent": 5
}
},
"survivor": {
"used_in_bytes": 7317160,
"max_in_bytes": 0,
"peak_used_in_bytes": 559939584,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 7317160,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 61,
"peak_count": 64
},
"gc": {
"collectors": {
"young": {
"collection_count": 2514,
"collection_time_in_millis": 37875
},
"G1 Concurrent GC": {
"collection_count": 298,
"collection_time_in_millis": 2012
},
"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": 28,
"used_in_bytes": 4450391,
"total_capacity_in_bytes": 4450390
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 33435,
"total_loaded_count": 35223,
"total_unloaded_count": 1788
}
}
},
"oLSayB1jRSqCXt8o97f0eA": {
"timestamp": 1750750403031,
"name": "opensearch-data-09",
"transport_address": "10.174.110.167:9300",
"host": "10.174.110.167",
"ip": "10.174.110.167:9300",
"roles": [
"data",
"ingest"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403031,
"uptime_in_millis": 320253565,
"mem": {
"heap_used_in_bytes": 23673439920,
"heap_used_percent": 68,
"heap_committed_in_bytes": 34359738368,
"heap_max_in_bytes": 34359738368,
"non_heap_used_in_bytes": 272056872,
"non_heap_committed_in_bytes": 314376192,
"pools": {
"young": {
"used_in_bytes": 12717129728,
"max_in_bytes": 0,
"peak_used_in_bytes": 20417871872,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 9958065840,
"max_in_bytes": 34359738368,
"peak_used_in_bytes": 11151364168,
"peak_max_in_bytes": 34359738368,
"last_gc_stats": {
"used_in_bytes": 9958065840,
"max_in_bytes": 34359738368,
"usage_percent": 28
}
},
"survivor": {
"used_in_bytes": 998244352,
"max_in_bytes": 0,
"peak_used_in_bytes": 1577058304,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 998244352,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 154,
"peak_count": 211
},
"gc": {
"collectors": {
"young": {
"collection_count": 10892,
"collection_time_in_millis": 515623
},
"G1 Concurrent GC": {
"collection_count": 7242,
"collection_time_in_millis": 19518
},
"old": {
"collection_count": 0,
"collection_time_in_millis": 0
}
}
},
"buffer_pools": {
"mapped": {
"count": 30973,
"used_in_bytes": 3525595608867,
"total_capacity_in_bytes": 3525595608867
},
"direct": {
"count": 128,
"used_in_bytes": 19131207,
"total_capacity_in_bytes": 19131206
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 33603,
"total_loaded_count": 35636,
"total_unloaded_count": 2033
}
}
},
"735qI6E1QfyICwx6Gq4HDw": {
"timestamp": 1750750403032,
"name": "opensearch-data-08",
"transport_address": "10.174.110.44:9300",
"host": "10.174.110.44",
"ip": "10.174.110.44:9300",
"roles": [
"data",
"ingest"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403032,
"uptime_in_millis": 320321211,
"mem": {
"heap_used_in_bytes": 21251429280,
"heap_used_percent": 61,
"heap_committed_in_bytes": 34359738368,
"heap_max_in_bytes": 34359738368,
"non_heap_used_in_bytes": 272286864,
"non_heap_committed_in_bytes": 316276736,
"pools": {
"young": {
"used_in_bytes": 9965666304,
"max_in_bytes": 0,
"peak_used_in_bytes": 20468203520,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 10228798368,
"max_in_bytes": 34359738368,
"peak_used_in_bytes": 11307843584,
"peak_max_in_bytes": 34359738368,
"last_gc_stats": {
"used_in_bytes": 10228798368,
"max_in_bytes": 34359738368,
"usage_percent": 29
}
},
"survivor": {
"used_in_bytes": 1056964608,
"max_in_bytes": 0,
"peak_used_in_bytes": 1577058304,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 1056964608,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 152,
"peak_count": 222
},
"gc": {
"collectors": {
"young": {
"collection_count": 11598,
"collection_time_in_millis": 612580
},
"G1 Concurrent GC": {
"collection_count": 7706,
"collection_time_in_millis": 23774
},
"old": {
"collection_count": 0,
"collection_time_in_millis": 0
}
}
},
"buffer_pools": {
"mapped": {
"count": 30918,
"used_in_bytes": 3822369114714,
"total_capacity_in_bytes": 3822369114714
},
"direct": {
"count": 124,
"used_in_bytes": 19279984,
"total_capacity_in_bytes": 19279983
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 33406,
"total_loaded_count": 35349,
"total_unloaded_count": 1943
}
}
},
"BW_riyEBSPaaWxvUL7hhZw": {
"timestamp": 1750750403032,
"name": "opensearch-master-02",
"transport_address": "10.174.110.149:9300",
"host": "10.174.110.149",
"ip": "10.174.110.149:9300",
"roles": [
"cluster_manager"
],
"attributes": {
"shard_indexing_pressure_enabled": "true"
},
"jvm": {
"timestamp": 1750750403032,
"uptime_in_millis": 321494816,
"mem": {
"heap_used_in_bytes": 5836116744,
"heap_used_percent": 67,
"heap_committed_in_bytes": 8589934592,
"heap_max_in_bytes": 8589934592,
"non_heap_used_in_bytes": 240327632,
"non_heap_committed_in_bytes": 293797888,
"pools": {
"young": {
"used_in_bytes": 5117050880,
"max_in_bytes": 0,
"peak_used_in_bytes": 5146411008,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 0,
"max_in_bytes": 0,
"usage_percent": -1
}
},
"old": {
"used_in_bytes": 712335560,
"max_in_bytes": 8589934592,
"peak_used_in_bytes": 1193279488,
"peak_max_in_bytes": 8589934592,
"last_gc_stats": {
"used_in_bytes": 693658848,
"max_in_bytes": 8589934592,
"usage_percent": 8
}
},
"survivor": {
"used_in_bytes": 6730304,
"max_in_bytes": 0,
"peak_used_in_bytes": 383778816,
"peak_max_in_bytes": 0,
"last_gc_stats": {
"used_in_bytes": 6730304,
"max_in_bytes": 0,
"usage_percent": -1
}
}
}
},
"threads": {
"count": 60,
"peak_count": 62
},
"gc": {
"collectors": {
"young": {
"collection_count": 1327,
"collection_time_in_millis": 22495
},
"G1 Concurrent GC": {
"collection_count": 32,
"collection_time_in_millis": 384
},
"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": 25,
"used_in_bytes": 4433728,
"total_capacity_in_bytes": 4433727
},
"mapped - 'non-volatile memory'": {
"count": 0,
"used_in_bytes": 0,
"total_capacity_in_bytes": 0
}
},
"classes": {
"current_loaded_count": 32700,
"total_loaded_count": 34440,
"total_unloaded_count": 1740
}
}
}
}
}
For this query , it took 25456ms, too much for a simple query like this one.