科学の箱

科学・IT・登山の話題

Elasticsearch

elasticsearchのトラブルシューティング基本コマンド

投稿日:2021年5月1日 更新日:

$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

メタ情報

inarticle



メタ情報

inarticle



-Elasticsearch

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

elasticsearch-sql-cli

/usr/share/elasticsearch/bin/elasticsearch-sql-cli sql> select * from ratings LIMIT 10; movie_id …

no image

ElasticsearchでSQLを使う

$HOME/curl -XPOST “http://localhost:9200/_xpack/sql” -d’ {“query”: “DESCRIBE movies”}’ ============= …

2021年5月
« 3月   6月 »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

side bar top



アーカイブ

カテゴリー