Advertisement

Elasticsearch 7.16.2 遇到问题:index_closed_exception的最佳解决方案

阅读量:

查询状态报错

http://10.6.8.68:9201/_stats

复制代码
    {
    "error": {
        "root_cause": [
            {
                "type": "index_closed_exception",
                "reason": "closed",
                "index_uuid": "cg5r0A_ITPyxdZlJE3vneA",
                "index": ".ds-lystest-2024.04.11-2024.04.11-000001"
            }
        ],
        "type": "index_closed_exception",
        "reason": "closed",
        "index_uuid": "cg5r0A_ITPyxdZlJE3vneA",
        "index": ".ds-lystest-2024.04.11-2024.04.11-000001"
    },
    "status": 400
    }

解决方法

方案:执行post请求
http://10.6.8.68:9201/索

全部评论 (0)

还没有任何评论哟~