Skip to content

Instantly share code, notes, and snippets.

@peti2001
Last active March 31, 2019 15:53
Show Gist options
  • Save peti2001/415e6bc6ea7a4bdb39db51114c366e51 to your computer and use it in GitHub Desktop.
Save peti2001/415e6bc6ea7a4bdb39db51114c366e51 to your computer and use it in GitHub Desktop.
Create repository in ElasticSearch backed up with Google Cloud Storage
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