Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Describe the issue: If CCR is configured between Leader and Follower clusters, when snapshot of Follower is taken will it also include replication specific metadata. If Follower cluster is destroyed and recreated from scratch and data is restored from Snapshot, then, can replication be resumed from the Leader Cluster. As per information available, it seems the follower index needs to be removed and then CCR needs to be recreated, is it correct ?
Further, assume on Leader and Follower clusters rollover has been configured based on age/size and “auto_follow” option has also been configured in CCR by specifying index pattern. Now, assume when follower cluster was destroyed, there were 10 indices (9 read only and 1 writeable as a result of rollover). Is it possible to restore 9 read-only indices from snapshot and recreate only the writeable index through CCR replication because CCR would ideally only insert data into the writeable index ?
Configuration:
Relevant Logs or Screenshots: