本文介绍了弹性搜索 - 从集群导出到不同集群的索引的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以使用弹性搜索的快照和还原模块将一个索引导出到一个新的弹性搜索集群。

Can I use the snapshot and restore module of elastic search to export one index to all together to a new elastic search cluster.

例如

我可以将所有索引从开发群集导出到QA群集?

Can I export all the indices from development cluster to QA cluster?

推荐答案

查看,我们正是为了这个目的而实现的。

Check out https://github.com/taskrabbit/elasticsearch-dump, we made it for exactly this purpose

这篇关于弹性搜索 - 从集群导出到不同集群的索引的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-24 16:59