-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BUG] Path prefix is not supported for remote reindex #1385
Comments
I'll take a look at this |
By 11/12, we're aiming to reproduce the issue and outline scope of change. This shouldn't repro in Opensearch since we forked from Elasticsearch 7.10.2 |
OpenSearch forked from Elasticsearch 7.10.3, and the change to support pathPrefix is included in OpenSearch 1.0 for remote reindexing operations. If I attempt to reproduce the error as shown I get:
The |
Without I saw the message as yours in the code. However, in the Dev Tools the message the same as in my screenshots above |
Can you clarify how you're running your OpenSearch cluster? Is it hosted in Amazon OpenSearch Service or are you running the instance yourself? |
Amazon OpenSearch Service |
I've confirmed that path prefix support for remote reindex is implemented in OpenSearch 1.0. I'm not sure what is the causing the error that you're seeing, but at this point I think AWS support is the right place to get assistance with Amazon OpenSearch Service. |
Closing the issue, please feel free to re-open the issue incase you still have any questions or concerns. |
I'm trying to reindex from the remote host using /_reindex API.
The host URL is of the form
[scheme]://[host]:[port](/pathPrefix)
. However, the reindex request fails withPath prefix is not supported for remote reindex
reason.Seems like the issue was resolved in Elasticsearch 7.0.0 elastic/elasticsearch#22913
The text was updated successfully, but these errors were encountered: