elastisearch集群rest接口

curl 'localhost:9200/_cat/health?v'  # 查看集群状态
curl 'localhost:9200/_cat/nodes?v'   # 查看集群节点信息
curl 'localhost:9200/_cat/indices?v'  # 列出所有索引

参考链接:http://endymecy.gitbooks.io/elasticsearch-guide-chinese/content/getting-started/exploring-cluster.html


你可能感兴趣的:(elatiserach)