Curator s3 endpoint

Hello,
I am using a non AWS s3 bucket to store my snapshots. I want to automate this process using curator but I did not find any settings for endpoint in the curator.yml. How can I achieve this?

Thanks

Endpoint is exclusively handled in Elasticsearch. Repository settings go in your elasticsearch.yml and at repository creation time in the request body.

Curator only cares about the repository name, and uses it in the API call to Elasticsearch. Elasticsearch handles the rest.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.