如何从服务器将elasticsearch索引导出到我的本地计算机并将其导入到另一个服务器,就像我们从phpMyadmin for mysql数据库一样?
答案 0 :(得分:1)
您可以使用Snapshot API(http://www.elastic.co/guide/en/elasticsearch/reference/1.3/modules-snapshots.html)或只复制索引目录(通常位于-es-directory / data / your-clustrname / nodes / your-node / your-index)实例关闭时的目标系统。
答案 1 :(得分:0)
https://github.com/mallocator/Elasticsearch-Exporter可以在不使用共享磁盘的情况下执行此操作(快照功能需要此功能)。