Where can I find my snapshots of open search?

0

I have an open search domain created in version Elasticsearch 6.8 within private subnets in vpc. When I see

For domains running OpenSearch 5.3 and later, Amazon OpenSearch takes hourly automated snapshots,

Then where can I find the snapshots taken by open search? What's the naming format I can look into S3? I have not configured anything manually related to S3 bucket for open search snapshot.

  • please tag the answer as accepted if you feel it has provided the required information to your query. Thanks.

已提问 1 年前452 查看次数
1 回答
1

As per the documentation, OpenSearch takes automatic snapshots in a service managed repository (not accessible by user and potential reason you do not find them). You can register your own S3 repository and by using Snapshot Management (SM) policy, direct the automatic snapshots to your S3 bucket and ask AWS support to deactivate the automatic snapshot mechanism :

You can set up a Snapshot Management (SM) policy in OpenSearch Dashboards to automate periodic snapshot creation and deletion. SM can snapshot of a group of indices, whereas Index State Management can only take one snapshot per index. To use SM in OpenSearch Service, you need to register your own Amazon S3 repository. For instructions to register your repository, see Registering a manual snapshot repository.

Prior to SM, OpenSearch Service offered a free, automated snapshot feature that's still turned on by default. This feature sends snapshots into the service-maintained cs-* repository. To deactivate the feature, reach out to AWS Support.

For more information on the SM feature, see Snapshot management
in the OpenSearch documentation.
AWS
已回答 1 年前

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

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

回答问题的准则