Difference between revisions of "/ snapshot/ all"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
  {
 
  {
   "gcs_repo" : {
+
   "[[gcs_repo]]" : {
     "type" : "gcs",
+
     "type" : "[[gcs]]",
 
     "settings" : {
 
     "settings" : {
 
       "bucket" : "your-backup-elastic",
 
       "bucket" : "your-backup-elastic",
Line 15: Line 15:
 
  }
 
  }
  
 +
== Related ==
 +
* <code>[[GET /_cat/indices]]</code>
  
 +
== See also ==
 +
* {{Elasticsearch snapshots}}
 +
* {{ES URLs}}
  
* {{elasticsearch snapshot}}
+
[[Category:ES]]

Latest revision as of 08:05, 7 November 2022

 /_snapshot/_all?pretty


{
  "gcs_repo" : {
    "type" : "gcs",
    "settings" : {
      "bucket" : "your-backup-elastic",
      "client" : "default",
      "base_path" : "elasticsearch-backups",
      "compress" : "true"
    }
  }
}

Related[edit]

See also[edit]

Advertising: