【问题标题】:Folder name has changed while copied indices from AWS ElasticSearch to S3 bucket将索引从 AWS ElasticSearch 复制到 S3 存储桶时文件夹名称已更改
【发布时间】:2019-01-27 03:36:53
【问题描述】:

我正在关注“使用 Amazon S3 存储单个 Amazon Elasticsearch 服务索引”的以下链接 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

【问题讨论】:

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


    【解决方案1】:

    在 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

    【讨论】:

      猜你喜欢
      • 2015-12-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-11-23
      • 2016-06-18
      • 2022-07-12
      • 2018-01-01
      相关资源
      最近更新 更多