健康监控
curl 'localhost:9200/_cat/health?v'
状态
green, yellow, or red
green代表一切正常
yellow代表数据正常,但有部分副本异常
红色是数据异常
节点监控
curl 'localhost:9200/_cat/nodes?v'
指数监控
curl 'localhost:9200/_cat/indices?v'
curl 'localhost:9200/_cat/health?v'
green, yellow, or red
green代表一切正常
yellow代表数据正常,但有部分副本异常
红色是数据异常
curl 'localhost:9200/_cat/nodes?v'
curl 'localhost:9200/_cat/indices?v'