gpt4 book ai didi

amazon-web-services - 为什么我的新 AWS elasticsearch 总是黄色?

转载 作者:行者123 更新时间:2023-12-02 22:46:03 25 4
gpt4 key购买 nike

  • 我刚刚创建了一个新的 AWS ES 域
  • 它是一个单节点
  • 里面什么都没有

  • 问:集群永远不会变绿!为什么?

    以下是集群的特点:
    Instance type       t2.small.elasticsearch
    Instance count 1
    Dedicated master Disabled
    Zone awareness Disabled
    Storage type EBS
    EBS volume type General Purpose (SSD)
    EBS volume size 10 GB
    Encryption at rest Disabled
    Start hour for the daily automated snapshot 09:00 UTC

    Advanced options
    Elasticsearch parameters:
    rest.action.multi.allow_explicit_index: true
    indices.fielddata.cache.size: unbounded (default)
    indices.query.bool.max_clause_count: 1024 (default)

    最佳答案

    原因 #1:来自 Handling AWS Service Errors :

    A yellow cluster status means that the primary shards for all indices are allocated to nodes in a cluster, but the replica shards for at least one index are not. Single-node clusters always initialize with a yellow cluster status because there is no other node that Amazon ES can assign a replica to. To achieve green cluster status, increase your node count. For more information, see Configuring Amazon ES Domains in this guide and Update Indices Settings in the Elasticsearch documentation.



    原因#2:

    If you have Kibana installed, it is probably because there is a replica shard for the .kibana index. If you remove that replica shard, your cluster will turn green.

    关于amazon-web-services - 为什么我的新 AWS elasticsearch 总是黄色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48604057/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com