[Elasticsearch] elasticsearch 7.xは、割り当てられていないフラグメントの理由を表示します(UNASSIGNED)/ _ cluster / layout / Explain

ここに写真の説明を挿入

1。概要

公式ウェブサイト:https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-allocation-explain.html

http://doc.codingdict.com/elasticsearch/225/

esクラスターには、多くの場合、インデックスの断片化UNASSIGNEDがあり、次のように、インデックスが正常に使用されない場合があります。

index                        shard prirep state       docs  store ip        node
re_index_1                   0     p      STARTED        0   283b 127.0.0.1 lcc
re_index_1                   0     r      UNASSIGNED 

おすすめ

転載: blog.csdn.net/qq_21383435/article/details/108987730