摘要:
// 查看集群状态 GET /_cluster/health?pretty // 查看所有索引配置信息 Get _all/_settings // 查看所有索引状态 GET /_cat/indices?v // 查看指定索引状态 GET /_cluster/health/bill?pretty // 查看索引信息 GET /bill // 查看结节状态信息 GET _nodes... 阅读全文
posted @ 2017-12-11 13:22
二奎
阅读(416)
评论(0)
推荐(0)