将索引从AWS ElasticSearch复制到S3存储桶时,文件夹名称已更改

时间:2018-08-21 01:17:00

标签: amazon-web-services elasticsearch amazon-s3

我正在下面的链接“使用Amazon S3存储单个Amazon Elasticsearch Service索引” https://aws.amazon.com/blogs/database/use-amazon-s3-to-store-a-single-amazon-elasticsearch-service-index/

我成功地将索引从AWS Elasticseach上传到S3存储桶,但还注意到S3存储桶上的文件夹名称已更改。

ElasticSearch上的文件夹名称:enter image description here

S3存储桶上的文件夹名称:enter image description here

1 个答案:

答案 0 :(得分:0)

s3存储桶中的

备份将存储在UUID中,而不是像aws elasticsearch中那样作为索引名称存储。如果想知道哪个UUID与索引名称相关,请使用以下命令 curl -X GET“ https://search-test-sfjajbfjsbf.us-west-2.es.amazonaws.com/_cat/indices?v&health=yellow

https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html