And how writing to two indices would help with that?
Assume that you are using Logstash to write data to both index_1
and index_2
, and want to create a snapshot of index_1
, everything written after your snapshot request will be added to both index_1
and index_2
, no matter what indice you query it will return the same data.