Elasticsearch经常使用CURD命令

// // Elasticsearch 指令 // 1 查看健康状态 // http://localhost:9200/_cat/health?v GET /_cat/health?v 集群的健康值理解 green:每一个索引的primary shard和replica shard都是active状态的 yellow:每一个索引的primary shard都是active状态的,可是部分repli
相关文章
相关标签/搜索