Difference between revisions of "Elasticsearch snapshots"
Jump to navigation
Jump to search
(10 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Elasticsearch snapshot repository]] | [[Elasticsearch snapshot repository]] | ||
* <code>[[GET /_snapshot]]</code> | * <code>[[GET /_snapshot]]</code> | ||
− | * <code>PUT /_snapshot/[[your-repo]]</code> | + | To launch an snapshot: |
+ | * <code>[[PUT /_snapshot/]][[your-repo]]</code> | ||
* <code>[[POST /_snapshot/]]your-repo</code> | * <code>[[POST /_snapshot/]]your-repo</code> | ||
* <code>GET /_cat/snapshots/<repository></code> | * <code>GET /_cat/snapshots/<repository></code> | ||
* <code>[[GET /_cat/snapshots]]</code> | * <code>[[GET /_cat/snapshots]]</code> | ||
+ | |||
+ | <code>[[/_snapshot/_all?pretty]]</code> | ||
+ | |||
+ | [[POST /_snapshot/repo/snapshot/_restore]] | ||
== Related == | == Related == | ||
* [[Elasticsearch index]] | * [[Elasticsearch index]] | ||
+ | * [[Create or update snapshot repository]] | ||
* [[ELK backup and restore]] | * [[ELK backup and restore]] | ||
* [[curator]] | * [[curator]] | ||
* [[Snapshot Lifecycle Management (SLM)]] | * [[Snapshot Lifecycle Management (SLM)]] | ||
+ | * <code>[[/_cat/repositories]]</code> | ||
== See also == | == See also == | ||
+ | * {{ES snapshots}} | ||
* {{curator}} | * {{curator}} | ||
− | * {{ | + | * {{ES URLs}} |
[[Category:Elasticsearch]] | [[Category:Elasticsearch]] |
Latest revision as of 08:04, 7 November 2022
Elasticsearch snapshot repository
To launch an snapshot:
PUT /_snapshot/your-repo
POST /_snapshot/your-repo
GET /_cat/snapshots/<repository>
GET /_cat/snapshots
POST /_snapshot/repo/snapshot/_restore
Related[edit]
- Elasticsearch index
- Create or update snapshot repository
- ELK backup and restore
- curator
- Snapshot Lifecycle Management (SLM)
/_cat/repositories
See also[edit]
Advertising: