elasticsearch битый index

Thank you for reading this post, don't forget to subscribe!

kubectl exec -ti -n prod elasticsearch-master-0 bash

вот этот индекс битый:
spm-pages-1671152400 0 r UNASSIGNED
уда­лить все битые индек­сы мож­но сле­ду­ю­щей командой:

curl -XGET http://localhost:9200/_cat/shards | grep UNASSIGNED | awk {'print $1'} | xargs -i curl -XDELETE "[http://localhost:9200/{}]

когда нуж­но посмот­реть все индексы

curl -k -u elastic:PASSWORD -XGET https://localhost:9200/_cat/indices

когда нуж­но уда­лить индексы

curl -k -u elastic:PASSWORD -XDELETE https://localhost:9200/apm-7.17.3-error-000003

про­ве­рить что shards восстанавливаются
curl -k -u elastic:PASSWORD -XGET https://localhost:9200/_cat/shards?h=index,shard,prirep,state,unassigned.reason