Difference between revisions of "ELK backup and restore"

From wikieduonline
Jump to navigation Jump to search
(Created page with " curl -X POST --insecure https://your_elk_ip:YOUR_PASS@localhost:9200/_snapshot/gcs_repo/your_latest_snapshot_name/_restore {{ELK}} {{Backups}}")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html
  
   curl -X POST --insecure https://your_elk_ip:YOUR_PASS@localhost:9200/_snapshot/gcs_repo/your_latest_snapshot_name/_restore
+
   curl -X POST --insecure https://your_elk_ip:YOUR_PASS@localhost:9200/_snapshot/your_repo/your_latest_snapshot_name/_restore
  
 +
"error": { "root_cause":[
 +
{
 +
      "type":"snapshot_restore_exception","reason":"[your_repo:snapshot-2022.07.11/iy0NiQdTSJ6dHTFMkiQJHQ] cannot restore index [.security-7] because an open index with same name already exists in the cluster. Either [[close or delete the existing index]] or [[restore the index]] under a different name by providing a rename pattern and replacement name"}],
 +
"type":"snapshot_restore_exception",
 +
"reason":"[your_repo:snapshot-2022.07.11/iy0NiQdTSJ6dHTFMkiQJHQ] cannot restore index [.security-7] because an open index with same name already exists in the cluster. Either close or delete the existing index or restore the index under a different name by providing a rename pattern and replacement name"
 +
}
  
 +
== Related ==
 +
* [[Index]]
 +
* [[Snapshot repository]]
 +
[[/_restore]]
 +
[[/_close]]
  
{{ELK}}
+
== See also ==
 +
* {{Elasticsearch}}
 +
* {{ELK}}
  
{{Backups}}
+
[[Category:ELK]]
 +
[[Category:Backup]]

Latest revision as of 08:10, 12 July 2022

https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html

 curl -X POST --insecure https://your_elk_ip:YOUR_PASS@localhost:9200/_snapshot/your_repo/your_latest_snapshot_name/_restore
"error": { "root_cause":[ 
{
      "type":"snapshot_restore_exception","reason":"[your_repo:snapshot-2022.07.11/iy0NiQdTSJ6dHTFMkiQJHQ] cannot restore index [.security-7] because an open index with same name already exists in the cluster. Either close or delete the existing index or restore the index under a different name by providing a rename pattern and replacement name"}],
"type":"snapshot_restore_exception", 
"reason":"[your_repo:snapshot-2022.07.11/iy0NiQdTSJ6dHTFMkiQJHQ] cannot restore index [.security-7] because an open index with same name already exists in the cluster. Either close or delete the existing index or restore the index under a different name by providing a rename pattern and replacement name"
}

Related[edit]

/_restore
/_close

See also[edit]

Advertising: