Kibana is not able to fetch data from kibana collector error is showing as screen shot below. Also Elastic Search is crashing , I am running ES 6.5.4
http://localhost:9200/_cluster/stats
{"_nodes":{"total":1,"successful":1,"failed":0},"cluster_name":"elasticsearch","cluster_uuid":"JlQW2XTaS6WNB3Av9qvjow","timestamp":1601560937455,"status":"red","indices":{"count":714,"shards":{"total":3545,"primaries":3545,"replication":0.0,"index":{"shards":{"min":1,"max":5,"avg":4.964985994397759},"primaries":{"min":1,"max":5,"avg":4.964985994397759},"replication":{"min":0.0,"max":0.0,"avg":0.0}}},"docs":{"count":26181250,"deleted":505087},"store":{"size_in_bytes":7757660809},"fielddata":{"memory_size_in_bytes":0,"evictions":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},"completion":{"size_in_bytes":0},"segments":{"count":826,"memory_in_bytes":19268575,"terms_memory_in_bytes":10639340,"stored_fields_memory_in_bytes":1961960,"term_vectors_memory_in_bytes":0,"norms_memory_in_bytes":536192,"points_memory_in_bytes":4195587,"doc_values_memory_in_bytes":1935496,"index_writer_memory_in_bytes":0,"version_map_memory_in_bytes":0,"fixed_bit_set_memory_in_bytes":3341584,"max_unsafe_auto_id_timestamp":1601560378899,"file_sizes":{}}},"nodes":{"count":{"total":1,"data":1,"coordinating_only":0,"master":1,"ingest":1},"versions":["6.5.4"],"os":{"available_processors":64,"allocated_processors":64,"names":[{"name":"Windows Server 2016","count":1}],"mem":{"total_in_bytes":68163448832,"free_in_bytes":42088034304,"used_in_bytes":26075414528,"free_percent":62,"used_percent":38}},"process":{"cpu":{"percent":2},"open_file_descriptors":{"min":-1,"max":-1,"avg":0}},"jvm":{"max_uptime_in_millis":625664,"versions":[{"version":"1.8.0_144","vm_name":"Java HotSpot(TM) 64-Bit Server VM","vm_version":"25.144-b01","vm_vendor":"Oracle Corporation","count":1}],"mem":{"heap_used_in_bytes":856835264,"heap_max_in_bytes":1037959168},"threads":324},"fs":{"total_in_bytes":2898566049792,"free_in_bytes":2873972973568,"available_in_bytes":2873972973568},"plugins":[{"name":"ingest-attachment","version":"6.5.4","elasticsearch_version":"6.5.4","java_version":"1.8","description":"Ingest processor that uses Apache Tika to extract contents","classname":"org.elasticsearch.ingest.attachment.IngestAttachmentPlugin","extended_plugins":,"has_native_controller":false}],"network_types":{"transport_types":{"security4":1},"http_types":{"security4":1}}}}
Error log ES :
[2020-10-01T19:02:17,421][ERROR][o.e.ExceptionsHelper ] [uUQH632] fatal error
at org.elasticsearch.ExceptionsHelper.lambda$maybeDieOnAnotherThread$2(ExceptionsHelper.java:264)
at java.util.Optional.ifPresent(Optional.java:159)
at org.elasticsearch.ExceptionsHelper.maybeDieOnAnotherThread(ExceptionsHelper.java:254)
at org.elasticsearch.http.netty4.Netty4HttpRequestHandler.exceptionCaught(Netty4HttpRequestHandler.java:176)
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285)
at