Difference between revisions of "Elasticsearch snapshots"
Jump to navigation
Jump to search
(2 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
<code>[[/_snapshot/_all?pretty]]</code> | <code>[[/_snapshot/_all?pretty]]</code> | ||
+ | |||
+ | [[POST /_snapshot/repo/snapshot/_restore]] | ||
== Related == | == Related == | ||
Line 16: | Line 18: | ||
* [[curator]] | * [[curator]] | ||
* [[Snapshot Lifecycle Management (SLM)]] | * [[Snapshot Lifecycle Management (SLM)]] | ||
− | + | * <code>[[/_cat/repositories]]</code> | |
== See also == | == See also == | ||
* {{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: