Difference between revisions of "Elasticsearch snapshots"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
<code>[[/_snapshot/_all?pretty]]</code> | <code>[[/_snapshot/_all?pretty]]</code> | ||
+ | |||
+ | [[POST /_snapshot/repo/snapshot/_restore]] | ||
== Related == | == Related == | ||
Line 21: | Line 23: | ||
* {{ES snapshots}} | * {{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: