We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Once we create repository:
curl -X PUT "localhost:9200/_snapshot/cluster_uuid" -H 'Content-Type: application/json' -d'{"type": "s3","settings": {"bucket": "my-repo","base_path": "test-upload"}}'
And the index is created with remote_store.enabled = true, the segments are uploaded to my-repo/my-index-1/0/segments/data path.
remote_store.enabled = true
my-repo/my-index-1/0/segments/data path
The path should be test-upload/my-repo/my-index-1/0/segments/data path
test-upload/my-repo/my-index-1/0/segments/data path
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Once we create repository:
And the index is created with
remote_store.enabled = true
, the segments are uploaded tomy-repo/my-index-1/0/segments/data path
.The path should be
test-upload/my-repo/my-index-1/0/segments/data path
The text was updated successfully, but these errors were encountered: