2021年6月6日

ElasticSearch---查询es集群状态、分片、索引

摘要: 查看es集群状态: curl -XGET http://localhost:9200/_cat/health?v 如果?后面加上pretty,能让返回的json格式化。 加上?v的返回结果,如下: epoch timestamp cluster status node.total node.data 阅读全文

posted @ 2021-06-06 23:56 乐之者v 阅读(18960) 评论(0) 推荐(2)

导航