Difference between revisions of "Elasticdump"
Jump to navigation
Jump to search
(Created page with "* https://github.com/elasticsearch-dump/elasticsearch-dump {{ES}}") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
* https://github.com/elasticsearch-dump/elasticsearch-dump | * https://github.com/elasticsearch-dump/elasticsearch-dump | ||
+ | <code>[[npm install elasticdump]]</code> | ||
− | {{ES}} | + | Backup all index to a folder: |
+ | multielasticdump \ | ||
+ | --direction=dump \ | ||
+ | --match='^.*$' \ | ||
+ | --input=http://production.es.com:9200 \ | ||
+ | --output=/tmp/es_backup | ||
+ | |||
+ | == See also == | ||
+ | * {{ES}} | ||
+ | |||
+ | [[Category: ES]] |
Latest revision as of 09:52, 17 January 2023
Backup all index to a folder:
multielasticdump \ --direction=dump \ --match='^.*$' \ --input=http://production.es.com:9200 \ --output=/tmp/es_backup
See also[edit]
- Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: