窝窝插件 发表于 2019-1-28 14:21:11

ElasticSearch 集群管理

  一、集群健康API
  查看集群状态信息:
curl
http://localhost:9200/_cluster/health;echo  查看集群节点信息:
curl http://localhost:9200/_nodes/stats/host?pretty  查看某个索引的信息:
  curl   http://localhost:9200/A/_status



页: [1]
查看完整版本: ElasticSearch 集群管理