当前位置:  开发笔记 > 数据库 > 正文

elasticsearch 5.0 s3存储库注册错误

如何解决《elasticsearch5.0s3存储库注册错误》经验,为你挑选了1个好方法。

我要去弹性恢复.当使用2.x版本时,s3存储库寄存器很好地通过脚本.

curl -XPUT 'http://'ip':9200/_snapshot/'repo_2016-12-14/?pretty'' -d '
{"type": "s3",
"settings":
{ "bucket": "'patch-backup'",
"base_path" : "elasticsearch/'2016-12-14'",
"region": "ap-southeast-1",
"access_key": "************",
"secret_key": "*************"
}}'

但升级到5.0版本时,上面的脚本无法运行.并显示此错误

{"error" : {
"root_cause" : [
{
"type" : "repository_exception",
"reason" : "[repo_2016-12-14] repository type [s3] does not exist"
}
],
"type" : "repository_exception",
"reason" : "[repo_2016-12-14] repository type [s3] does not exist"
},
"status" : 500
}
-

gimix.. 11

您需要在所有集群节点中安装repository-s3插件,然后重新启动节点.否则插件无法使用.



1> gimix..:

您需要在所有集群节点中安装repository-s3插件,然后重新启动节点.否则插件无法使用.

推荐阅读
跟我搞对象吧
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有