-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to configure Elasticsearch snapshots #55
Comments
Bundled up the server-side stuff in a bash script:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm writing down the steps that I take to configure ES snapshots for later inclusion in the disk image and documentation.
That's ^ supposed to work but it just hangs after:
Manually installing repository-s3-7.7.0.zip like this worked:
Add this line to
/etc/elasticsearch/elasticsearch.yml
:^ replacing
sfo2.digitaloceanspaces.com
with whatever's appropriate for your DO Space.Create DO Space credentials for the ES snapshots
Add the DO Space credentials to the ES keystore:
Set the
access_key
:Set the
secret_key
:Note that the
default
in these key names corresponds to the name of the Elasticsearch S3 repository that we have yet to create.The text was updated successfully, but these errors were encountered: