Last active
March 31, 2019 15:53
-
-
Save peti2001/415e6bc6ea7a4bdb39db51114c366e51 to your computer and use it in GitHub Desktop.
Create repository in ElasticSearch backed up with Google Cloud Storage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PUT _snapshot/backup1 | |
{ | |
"type": "gcs", | |
"settings": { | |
"bucket": "codersrank", | |
"base_path": "backup" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment