简体   繁体   English

如何停止Amazon Elasticsearch服务的索引?

[英]How to stop an index of Amazon Elasticsearch service?

I'm trying to restore a snapshot saved on S3. 我正在尝试还原保存在S3上的快照。 The snapshot is an Amazon Elasticsearch service cluster from my another Amazon ES domain. 快照是另一个Amazon ES域中的Amazon Elasticsearch服务集群。

While trying to restore that on a new Amazon ES domain, it gives an error: 尝试在新的Amazon ES域上还原该文件时,它给出一个错误:

"Cannot restore because index [.kibana] is open". “无法恢复,因为索引[.kibana]已打开”。

So I tried to close it by running: POST /my_index/_close 因此,我尝试通过运行以下命令将其关闭:POST / my_index / _close

But it seems Amazon not allows close of index as it was giving below error: 但是似乎亚马逊不允许关闭索引,因为它给出了以下错误:

.kibana/_close is not allowed by Amazon Elasticsearch service. Amazon Elasticsearch服务不允许.kibana / _close。

最终,我可以通过不使用kibana的部分快照来还原快照,然后将其还原到另一个ES域上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Amazon Elasticsearch Service中检查Elasticsearch日志? - How to check Elasticsearch logs in Amazon Elasticsearch Service? 如何使用Amazon Elasticsearch对动态数据进行索引? - How to use Amazon Elasticsearch to index dynamodb data? 如何从亚马逊弹性搜索服务访问Kibana? - How to access Kibana from Amazon elasticsearch service? 如何处理亚马逊弹性搜索服务的域名状态? - How to handle domain status of Amazon elasticsearch service? 带有Amazon Elasticsearch Service的JHipster Elasticsearch - JHipster Elasticsearch with Amazon Elasticsearch Service 如何使用Spring Data ElasticsearchTemplate连接到Amazon Elasticsearch Service? - How to connect to Amazon Elasticsearch Service with Spring Data ElasticsearchTemplate? 连接到Elasticsearch-Amazon Elasticsearch Service-IAM用户 - Connecting to Elasticsearch - Amazon Elasticsearch service - IAM user 在Amazon Elasticsearch Service上建立索引 - 批量插入 - Indexing on Amazon Elasticsearch Service - Bulk Insert 我可以在Amazon Elasticsearch Service上安装插件吗? - Can I install plugin on Amazon Elasticsearch Service? AWS Cloudwatch 将 Stream 记录到 Amazon Elasticsearch 服务 - AWS Cloudwatch Logs Stream to Amazon Elasticsearch Service
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM