创建OpenSearch domain时如何选择Elasticsearch 引擎版本?

0

【以下的问题经过翻译处理】 有人知道elasticsearch版本(例如5.6或6.8)的支持最近是否已经停止了吗?即,现在只支持OpenSearch版本吗?

我们正在更新一个旧的域,正在运行elasticsearch 5.1,并在上周在我们的测试帐户中创建了一个运行6.8的域,安装了快照的索引,重新索引并修改它们以与版本7.10(即OpenSearch)兼容,然后升级到7.10的域。但当我尝试直接从原始的5.1域重新索引以获取更新时,出现了版本问题,因此基本上我们需要先重新索引到6.x,然后才能重新索引到7.x或OpenSearch域。但是当我想创建一个版本为6.8的临时域来执行“中间”重新索引时,引擎版本的唯一选项似乎是OpenSearch版本。因此,自上周以来是否已更改该选项?!

profile picture
EXPERT
asked 5 months ago167 views
1 Answer
0

【以下的回答经过翻译处理】 您需要在部署选项中选择Deploy without standby,才能启动ElasticSearch域。详情请参考https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html,其中包含ElasticSearch域创建的示例。

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