Dump all documents of Elasticsearch

后端 未结 8 1415
囚心锁ツ
囚心锁ツ 2020-12-23 11:04

Is there any way to create a dump file that contains all the data of an index among with its settings and mappings?

A Similar way as mongoDB does with mongodump

8条回答
  •  庸人自扰
    2020-12-23 11:55

    Elasticsearch supports this now out of the box:

    https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html

提交回复
热议问题