imperialwicket / hubot-elk-restore

Elasticsearch (elk-focused) api wrapper for restoring daily indices.
MIT License
5 stars 0 forks source link

indices command should determine if indices are contiguous or not #2

Open imperialwicket opened 9 years ago

imperialwicket commented 9 years ago

Right now, if you restore a single index that is far older than the next oldest index, a subsequent 'elk indices' command will return the full span from the single index to the most recent (ignoring the potentially vast hole in between).

imperialwicket commented 8 years ago

or optionally just list them all?