1

弹性搜索 azure 插件故障排除问题:

我正在尝试将索引数据从本地快照到 azure 并且遇到相同的异常:

{
    "error": {
        "root_cause": [
            {
                "type": "repository_verification_exception",
                "reason": "[qarepository] path  is not accessible on master node"
            }
        ],
        "type": "repository_verification_exception",
        "reason": "[qarepository] path  is not accessible on master node",
        "caused_by": {
            "type": "i_o_exception",
            "reason": "Can not write blob master.dat",
            "caused_by": {
                "type": "storage_exception",
                "reason": "storage_exception: ",
                "caused_by": {
                    "type": "i_o_exception",
                    "reason": "qaonpremesindex.blob.core.windows.net"
                }
            }
        }
    },
    "status": 500
}

steps followed:
Created storage account in azure
Created a blob container
added the keystore values(name&key)

PUT _snapshot/qarepository
{
    "type": "azure"

}
4

0 回答 0