$HOME/curl -XGET ‘http://localhost:9200/_cat/nodes’
$HOME/curl -XGET ‘http://localhost:9200/_cluster/health?pretty=true’
$HOME/curl -XGET localhost:9200/_cat/shards?h=index,shard,prirep,state,unassigned.reason
$HOME/curl -XGET localhost:9200/_cat/indices?v
$HOME/curl -XGET localhost:9200/_cluster/allocation/explain?pretty
elasticsearchのトラブルシューティング基本コマンド
投稿日:2021年5月1日 更新日:
執筆者:admin