Restore API in disaster recovery scenario

Hi All,

I have question on the behavior of the restore api in a disaster recovery scenario (let's say, for example, that my index is corrupted, and the corruption is propagated to all replicas). Is elasticsearch still able to perform an incremental restore or, there are some scenario (like the one I described) that forces ES to perform a full restore of the index?

Thank you,

You can do a partial install, ie some of the indices rather than all. But you cannot restore partial indices.