I an trying to replicate data on an existing index… but it does not work. Below is the example.
Leader has index-1
Follower has index-1
I start replication for index-1 from leader to follower, but replication does not start. Any changes made in docs in leader is not replicated to follower.
But if I delete the index-1 at follower and start replication, it works.
How can I replicate indices existing with same name on both leader and follower?
This is intentional behavior. Replication initiation expects the index to not be present on the follower since it bootstraps and populates data. The check is there to avoid accidental loss of data on the follower.