Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Last active January 18, 2017 12:28
Show Gist options
  • Save rcdexta/1acc2031abed121c1c5f to your computer and use it in GitHub Desktop.
Save rcdexta/1acc2031abed121c1c5f to your computer and use it in GitHub Desktop.
$ curl -XPUT 'http://localhost:9200/_snapshot/s3-backup' -d '
{"type": "s3",
"settings": {
"bucket": "logstash-backup",
"region": "us-west-2",
"access_key": "A4z43slikeiwouldtellyouAUU12",
"secret_key": "1PNaNotSoSecretIGuessOZEQa"
}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment