1._cat/nodes?pretty 查看节点状态
Elasticsearch常用命令
注:节点名称带表示为主节点*

  1. 集群健康:curl http://localhost:9200/_cluster/health?prettyElasticsearch常用命令
    status 字段表示了ES的整体指标。颜色的含义如下:

green:所有的prinary shards和replica shareds都是**的

yellow:所有的prinary shards和部分replica shareds是**的

red:部分prinary shards是**的

相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2022-02-11
  • 2021-12-04
猜你喜欢
  • 2021-10-18
  • 2021-12-24
  • 2021-10-03
相关资源
相似解决方案