美文网首页
集群健康度分析

集群健康度分析

作者: 秦汉邮侠 | 来源:发表于2020-06-24 22:17 被阅读0次

    排查步骤

    GET _cluster/health
    
    GET _cluster/allocation/explain
    
    GET _cluster/health?level=shards
    
    GET _cluster/health?level=indices
    
    GET _cat/indices?v
    
    GET _cat/shards?v
    
    GET _cat/nodeattrs?v
    
    GET test_3/_settings
    
    PUT test_3/_settings
    {
      "number_of_replicas": 0
    }
    

    相关文章

      网友评论

          本文标题:集群健康度分析

          本文链接:https://www.haomeiwen.com/subject/dwdcfktx.html