hi
I've got problem with elasticasearch which get in red status as you can see in bellow :
curl -XGET localhost:9200/_cluster/allocation/explain
{"index":".async-search","shard":0,"primary":true,"current_state":"unassigned","unassigned_info":{"reason":"MANUAL_ALLOCATION","at":"2021-03-14T09:50:33.618Z","details":"failed shard on node [ilFsR3BDQM2NRN_3qqHMsA]: master {SELKS}{ilFsR3BDQM2NRN_3qqHMsA}{LiyfydQ6S0S0tpZwj6qtWg}{127.0.0.1}{127.0.0.1:9300}{dilmrt}{ml.machine_memory=8365240320, xpack.installed=true, transform.node=true, ml.max_open_jobs=20} has not removed previously failed shard. resending shard failure","last_allocation_status":"no_valid_shard_copy"},"can_allocate":"no_valid_shard_copy","allocate_explanation":"cannot allocate because a previous copy of the primary shard existed but can no longer be found on the nodes in the cluster","node_allocation_decisions":[{"node_id":"ilFsR3BDQM2NRN_3qqHMsA","node_name":"SELKS","transport_address":"127.0.0.1:9300","node_attributes":{"ml.machine_memory":"8365240320","xpack.installed":"true","transform.node":"true","ml.max_open_jobs":"20"},"node_decision":"no","store":{"found":false}}]}
would you please help me what should i do to fix this problem ?