@warkolm Thanks for your response. Are you suggesting an upgrade to fix the problem?
GET _cluster/stats?pretty&human ,info list(i get this info at 9:20 a.m; but 8:00 a.m, maybe it's a little different):
{
"_nodes" : {
"total" : 34,
"successful" : 34,
"failed" : 0
},
"cluster_name" : "sre-elasticsearch",
"cluster_uuid" : "1WLLkjixT4WGg1TJ8li2zQ",
"timestamp" : 1620609728494,
"status" : "green",
"indices" : {
"count" : 10676,
"shards" : {
"total" : 18279,
"primaries" : 11312,
"replication" : 0.6158946251768034,
"index" : {
"shards" : {
"min" : 1,
"max" : 16,
"avg" : 1.7121581116523041
},
"primaries" : {
"min" : 1,
"max" : 8,
"avg" : 1.0595728737354815
},
"replication" : {
"min" : 0.0,
"max" : 1.0,
"avg" : 0.6214874484825778
}
}
},
"docs" : {
"count" : 46945133375,
"deleted" : 1689084
},
"store" : {
"size" : "32.6tb",
"size_in_bytes" : 35905473914951
},
"fielddata" : {
"memory_size" : "4.2mb",
"memory_size_in_bytes" : 4406328,
"evictions" : 0
},
"query_cache" : {
"memory_size" : "290.7mb",
"memory_size_in_bytes" : 304876793,
"total_count" : 23108719,
"hit_count" : 4070526,
"miss_count" : 19038193,
"cache_size" : 14305,
"cache_count" : 30540,
"evictions" : 16235
},
"completion" : {
"size" : "0b",
"size_in_bytes" : 0
},
"segments" : {
"count" : 138490,
"memory" : "28.6gb",
"memory_in_bytes" : 30721990535,
"terms_memory" : "15gb",
"terms_memory_in_bytes" : 16195784675,
"stored_fields_memory" : "12.1gb",
"stored_fields_memory_in_bytes" : 13012623640,
"term_vectors_memory" : "0b",
"term_vectors_memory_in_bytes" : 0,
"norms_memory" : "164.4mb",
"norms_memory_in_bytes" : 172430208,
"points_memory" : "1.1gb",
"points_memory_in_bytes" : 1268757264,
"doc_values_memory" : "69mb",
"doc_values_memory_in_bytes" : 72394748,
"index_writer_memory" : "2.4gb",
"index_writer_memory_in_bytes" : 2610843890,
"version_map_memory" : "5.1mb",
"version_map_memory_in_bytes" : 5376215,
"fixed_bit_set" : "99.1mb",
"fixed_bit_set_memory_in_bytes" : 103998912,
"max_unsafe_auto_id_timestamp" : 1620604808932,
"file_sizes" : { }
}
},
"nodes" : {
"count" : {
"total" : 34,
"coordinating_only" : 0,
"data" : 30,
"ingest" : 30,
"master" : 3,
"ml" : 1,
"voting_only" : 0
},
"versions" : [
"7.4.0"
],
"os" : {
"available_processors" : 744,
"allocated_processors" : 744,
"names" : [
{
"name" : "Linux",
"count" : 34
}
],
"pretty_names" : [
{
"pretty_name" : "CentOS Linux 7 (Core)",
"count" : 34
}
],
"mem" : {
"total" : "1.4tb",
"total_in_bytes" : 1555088515072,
"free" : "133.2gb",
"free_in_bytes" : 143066071040,
"used" : "1.2tb",
"used_in_bytes" : 1412022444032,
"free_percent" : 9,
"used_percent" : 91
}
},
"process" : {
"cpu" : {
"percent" : 300
},
"open_file_descriptors" : {
"min" : 1472,
"max" : 11777,
"avg" : 6738
}
},
"jvm" : {
"max_uptime" : "102.9d",
"max_uptime_in_millis" : 8898528373,
"versions" : [
{
"version" : "13",
"vm_name" : "OpenJDK 64-Bit Server VM",
"vm_version" : "13+33",
"vm_vendor" : "AdoptOpenJDK",
"bundled_jdk" : true,
"using_bundled_jdk" : true,
"count" : 34
}
],
"mem" : {
"heap_used" : "266.6gb",
"heap_used_in_bytes" : 286297579840,
"heap_max" : "725.9gb",
"heap_max_in_bytes" : 779466833920
},
"threads" : 8241
},
"fs" : {
"total" : "196.9tb",
"total_in_bytes" : 216603026358272,
"free" : "164.1tb",
"free_in_bytes" : 180494084050944,
"available" : "155.7tb",
"available_in_bytes" : 171248387346432
},
"plugins" : ,
"network_types" : {
"transport_types" : {
"security4" : 34
},
"http_types" : {
"security4" : 34
}
},
"discovery_types" : {
"zen" : 34
},
"packaging_types" : [
{
"flavor" : "default",
"type" : "rpm",
"count" : 34
}
]
}
}