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

Index checking doesn't work for indexes that start with a period #1

Closed skearns64 closed 9 years ago

skearns64 commented 9 years ago

All indexes that start with a period are incorrectly reported as closed.

This appears to be an issue with get_key not handling index names containing periods properly.

clintongormley commented 9 years ago

ah nice catch - thanks!

clintongormley commented 9 years ago

Fixed