Hi @stephenb
I managed to fix the filebeat issue by increasing the heapsize . however I "Cant" connect to management interface listening to port 5601.
_cluster/stats?pretty&human` new out put per below :
{
"_nodes" : {
"total" : 1,
"successful" : 1,
"failed" : 0
},
"cluster_name" : "elasticsearch",
"cluster_uuid" : "gJPxqzdeSqGMEhYL22a-HQ",
"timestamp" : 1629434471001,
"status" : "green",
"indices" : {
"count" : 216,
"shards" : {
"total" : 525,
"primaries" : 525,
"replication" : 0.0,
"index" : {
"shards" : {
"min" : 1,
"max" : 3,
"avg" : 2.4305555555555554
},
"primaries" : {
"min" : 1,
"max" : 3,
"avg" : 2.4305555555555554
},
"replication" : {
"min" : 0.0,
"max" : 0.0,
"avg" : 0.0
}
}
},
"docs" : {
"count" : 59326820,
"deleted" : 10420
},
"store" : {
"size" : "149.4gb",
"size_in_bytes" : 160490395427
},
"fielddata" : {
"memory_size" : "0b",
"memory_size_in_bytes" : 0,
"evictions" : 0
},
"query_cache" : {
"memory_size" : "0b",
"memory_size_in_bytes" : 0,
"total_count" : 0,
"hit_count" : 0,
"miss_count" : 0,
"cache_size" : 0,
"cache_count" : 0,
"evictions" : 0
},
"completion" : {
"size" : "0b",
"size_in_bytes" : 0
},
"segments" : {
"count" : 4780,
"memory" : "145.2mb",
"memory_in_bytes" : 152311951,
"terms_memory" : "110.3mb",
"terms_memory_in_bytes" : 115715159,
"stored_fields_memory" : "26.9mb",
"stored_fields_memory_in_bytes" : 28240488,
"term_vectors_memory" : "0b",
"term_vectors_memory_in_bytes" : 0,
"norms_memory" : "1.4mb",
"norms_memory_in_bytes" : 1494784,
"points_memory" : "1.4mb",
"points_memory_in_bytes" : 1551936,
"doc_values_memory" : "5mb",
"doc_values_memory_in_bytes" : 5309584,
"index_writer_memory" : "0b",
"index_writer_memory_in_bytes" : 0,
"version_map_memory" : "0b",
"version_map_memory_in_bytes" : 0,
"fixed_bit_set" : "528b",
"fixed_bit_set_memory_in_bytes" : 528,
"max_unsafe_auto_id_timestamp" : 1628479262137,
"file_sizes" : { }
}
},
"nodes" : {
"count" : {
"total" : 1,
"coordinating_only" : 0,
"data" : 1,
"ingest" : 1,
"master" : 1,
"ml" : 1,
"voting_only" : 0
},
"versions" : [
"7.5.2"
],
"os" : {
"available_processors" : 12,
"allocated_processors" : 12,
"names" : [
{
"name" : "Linux",
"count" : 1
}
],
"pretty_names" : [
{
"pretty_name" : "RHEL",
"count" : 1
}
],
"mem" : {
"total" : "62.7gb",
"total_in_bytes" : 67386687488,
"free" : "9.7gb",
"free_in_bytes" : 10433200128,
"used" : "53gb",
"used_in_bytes" : 56953487360,
"free_percent" : 15,
"used_percent" : 85
}
},
"process" : {
"cpu" : {
"percent" : 0
},
"open_file_descriptors" : {
"min" : 15185,
"max" : 15185,
"avg" : 15185
}
},
"jvm" : {
"max_uptime" : "13.4m",
"max_uptime_in_millis" : 809013,
"versions" : [
{
"version" : "13.0.1",
"vm_name" : "OpenJDK 64-Bit Server VM",
"vm_version" : "13.0.1+9",
"vm_vendor" : "AdoptOpenJDK",
"bundled_jdk" : true,
"using_bundled_jdk" : true,
"count" : 1
}
],
"mem" : {
"heap_used" : "1.6gb",
"heap_used_in_bytes" : 1756215688,
"heap_max" : "25.9gb",
"heap_max_in_bytes" : 27830059008
},
"threads" : 97
},
"fs" : {
"total" : "215.4gb",
"total_in_bytes" : 231380877312,
"free" : "47.8gb",
"free_in_bytes" : 51360935936,
"available" : "47.8gb",
"available_in_bytes" : 51360935936
},
"plugins" : [ ],
"network_types" : {
"transport_types" : {
"security4" : 1
},
"http_types" : {
"security4" : 1
}
},
"discovery_types" : {
"zen" : 1
},
"packaging_types" : [
{
"flavor" : "default",
"type" : "rpm",
"count" : 1
}
]
}
}
Netstat Status :
[root@XXX ~]# netstat -a -n | grep tcp | grep 5601 tcp 0 0 127.0.0.1:5601 0.0.0.0:* LISTEN
[root@XXX ~]# netstat -ntlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:55932 0.0.0.0:* LISTEN 2400/cvd
tcp 0 0 127.0.0.1:5601 0.0.0.0:* LISTEN 1204/node
tcp 0 0 0.0.0.0:49157 0.0.0.0:* LISTEN 2401/ClMgrS
tcp 0 0 0.0.0.0:1515 0.0.0.0:* LISTEN 2192/ossec-authd
tcp 0 0 127.0.0.1:51536 0.0.0.0:* LISTEN 2400/cvd
tcp 0 0 0.0.0.0:8400 0.0.0.0:* LISTEN 2400/cvd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1619/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1973/master
tcp6 0 0 :::14942 :::* LISTEN 2330/splxhttpd
tcp6 0 0 :::14943 :::* LISTEN 2330/splxhttpd
tcp6 0 0 1.1.1.1:9200 :::* LISTEN 436/java
tcp6 0 0 :::80 :::* LISTEN 1620/httpd
tcp6 0 0 1.1.1.1:9300 :::* LISTEN 436/java
tcp6 0 0 :::22 :::* LISTEN 1619/sshd
tcp6 0 0 :::55000 :::* LISTEN 1629/node
tcp6 0 0 ::1:25 :::* LISTEN