从AWS Elasticsearch迁移至AWS Opensearch?

0

【以下的问题经过翻译处理】 大家好,我想把我的 AWS Elasticsearch 集群迁移到 AWS Opensearch 集群。现在我看到的所有文档都建议编辑 elasticsearch.yml,将快照保存到 S3 存储桶中,然后将快照恢复到 Opensearch 存储桶中。然而,由于无法访问 Elasticsearch 节点,我不确定如何访问和编辑 elasticsearch.yml 文件。是否有一份指南说明如何迁移?

profile picture
EXPERT
asked 5 months ago41 views
1 Answer
0

【以下的回答经过翻译处理】 你好,

AWS有详细的关于可用升级路径的文档,版本升级期间也会进行快照,作为升级过程的一部分 [1]。

要配置手动的S3快照,可以通过Kibana UI进行设置[2],因为elasticsearch.yml文件不可访问/编辑。

链接:

[1] https://docs.aws.amazon.com/opensearch-service/latest/developerguide/version-migration.html

[2] https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-snapshots.html

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions