elastic / elasticsearch-migration

This plugin will help you to check whether you can upgrade directly to the next major version of Elasticsearch, or whether you need to make changes to your data and cluster before doing so.
290 stars 32 forks source link

Support redindexing of indices with ampersand in name #120

Closed bjosserand closed 6 years ago

bjosserand commented 6 years ago

Small change, to allow for '&' in index names, during reindex operations.

clintongormley commented 6 years ago

Thanks @bjosserand