I am recovering from a disaster with my cluster and I have a lost about 150 out of 500 indexes. What I would like to do is restore just the missing ones from kibana but not the ones that are OK.
Is there a way to do this without enumerating all the missing ones? I.e. tell it don't restore index if it already exists?
I can do this from the API but I would rather not have to write yet another program to build the list of missing indices and then restore them.