admin管理员组文章数量:1389857
I’m managing AWS OpenSearch cluster with indexes created in Elasticsearch 6.8 OSS which I successfully manage to reindex to OpenSearch 1.3 and 2.17 compatible versions. When I run eligibility check for the update to 2.17, I’m getting:
Check eligibility - Failed
The following indices are not compatible with the target Elasticsearch version OS_2.17 - .opendistro-ism-config. Please refer to our documentation .html for tips to address this issue
I’ve tried to reindex .opendistro-ism-config but it didn’t help, nether to I’m able to delete the index, because I’m getting
{
"error": {
"root_cause": [
{
"type": "security_exception",
"reason": "no permissions for [] and User [name=administrator, backend_roles=[], requestedTenant=null]"
}
],
"type": "security_exception",
"reason": "no permissions for [] and User [name=administrator, backend_roles=[], requestedTenant=null]"
},
"status": 403
}
How can mitigate the issue and upgrade the cluster to the latest openserach version?
I’m managing AWS OpenSearch cluster with indexes created in Elasticsearch 6.8 OSS which I successfully manage to reindex to OpenSearch 1.3 and 2.17 compatible versions. When I run eligibility check for the update to 2.17, I’m getting:
Check eligibility - Failed
The following indices are not compatible with the target Elasticsearch version OS_2.17 - .opendistro-ism-config. Please refer to our documentation https://docs.aws.amazon/elasticsearch-service/latest/developerguide/es-version-migration.html for tips to address this issue
I’ve tried to reindex .opendistro-ism-config but it didn’t help, nether to I’m able to delete the index, because I’m getting
{
"error": {
"root_cause": [
{
"type": "security_exception",
"reason": "no permissions for [] and User [name=administrator, backend_roles=[], requestedTenant=null]"
}
],
"type": "security_exception",
"reason": "no permissions for [] and User [name=administrator, backend_roles=[], requestedTenant=null]"
},
"status": 403
}
How can mitigate the issue and upgrade the cluster to the latest openserach version?
Share Improve this question asked Mar 17 at 10:00 ROZZROZZ 1,4543 gold badges21 silver badges38 bronze badges1 Answer
Reset to default 0I contacted the AWS support team, and it turned out that someone with super admin rights needs to reindex it.
本文标签: Upgrading OpenSearch cluster on aws from Elasticsearch 68 OSS to OpenSearch 13 and 217Stack Overflow
版权声明:本文标题:Upgrading OpenSearch cluster on aws from Elasticsearch 6.8 OSS to OpenSearch 1.3 and 2.17 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744568560a2613200.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论