We have a cluster of ES indices in which we are storing logstash logs ( with one index per day ). Each index has multiple replicas.
- Is there any performance impact on the querying and indexing of the current logstash indices when snapshot & restore going in parallel for some old indices (in which no read or write is happening let's say)?
- What is the performance impact snapshot is taken from an index in which querying and indexing as happening simultaneously?