Difference between revisions of "Elasticsearch snapshots"
Jump to navigation
Jump to search
(19 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | * [[ | + | [[Elasticsearch snapshot repository]] |
+ | * <code>[[GET /_snapshot]]</code> | ||
+ | To launch an snapshot: | ||
+ | * <code>[[PUT /_snapshot/]][[your-repo]]</code> | ||
+ | * <code>[[POST /_snapshot/]]your-repo</code> | ||
+ | * <code>GET /_cat/snapshots/<repository></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]] |
− | * | + | * [[Snapshot Lifecycle Management (SLM)]] |
− | * <code>[[ | + | * <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: