-
Notifications
You must be signed in to change notification settings - Fork 24.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
reindex doesn't accept comma separated values as inputs #51949
Comments
(edited as it turned out that globbed value didn't work for me because index was frozen – but for comma-separated values problem persists also after reopening them) |
Pinging @elastic/es-distributed (:Distributed/Reindex) |
I think this could be read as something like:
Have you tried that as well? |
No, doc seems to be clearly stating that this param is of type string (and I would never consider array to be „comma separated value” in any case). I will give this format a try next time. |
Looks like sth started using array format. So this is documentation issue - doc should state it clearly and provide an example. (the same also applies to glob format, which also doesn't have any example and isn't even mentioned in field description) |
Pinging @elastic/es-docs (>docs) |
Added ability to specify comma separated list of source indices without array. Also fixed so that empty string results in validation error rather than index does not exist. Closes elastic#51949
Added ability to specify comma separated list of source indices without array. Also fixed so that empty string results in validation error rather than index does not exist. Closes #51949
Added ability to specify comma separated list of source indices without array. Also fixed so that empty string results in validation error rather than index does not exist. Closes #51949
Added ability to specify comma separated list of source indices without array. Also fixed so that empty string results in validation error rather than index does not exist. Closes #51949
Added ability to specify comma separated list of source indices without array. Also fixed so that empty string results in validation error rather than index does not exist. Closes elastic#51949
I am trying to merge few small indices into one bigger. It looks like comma-separated list is not supported, contrary to docs. Tested on Elasticsearch 7.5.1.
According to https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html page
So I tried comma separated list:
(both indexes mentioned in source exist what
GET /sfx-pb-1.3.0-2020.03.02,sfx-pb-1.3.0-2020.03.03
gladly confirmed).Result:
The text was updated successfully, but these errors were encountered: