Does the stored index data can be export for sanpshot in opsensearch serverless?

0

Does the stored index data can be export for sanpshot in opsensearch serverless?

adsk
已提问 9 个月前242 查看次数
3 回答
0

Hi,

You may want to adapt the guidance of this blog post to achieve your goal to export this index: https://aws.amazon.com/blogs/big-data/migrate-your-indexes-to-amazon-opensearch-serverless-with-logstash/

This additional information about serverless logstash will help: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-clients.html#serverless-logstash

Best,

Didier

profile pictureAWS
专家
已回答 9 个月前
  • Hi Durand, i mean in openSearch serverless, the inexed data is stored in EBS , right ? Can we export the specific indexed data which stored in EBS into S3 or import specific indexed data which stored in S3 into EBS ? If we can do so, we can use a few OCUs to store many indexed data, since we can export extra data into S3 from EBS if these data is not frequently used.

0

FYI for the logstash method mentioned. The logstash-input-opensearch doesn't support opensearch serverless as an input yet. Only as an output. See: https://github.com/opensearch-project/logstash-input-opensearch/issues/53. Did you end up finding a way to do this?

Ryan
已回答 8 个月前
0

I ended up finding a way to export/import this via a python script. Although not ideal. There's also some api differences I found out between querying serverless and managed that make it harder.

Basically a loop that queries the serverless source using the search_after parameter to fetch data in batches, and bulk indexes it into the destination cluster.

Ryan
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则