Delete document in read only Index

I have two indexes leader index support read write operations and follower index support read operation only but need to delete document in follower index, How can we delete the documents from follower index?

Please help on this issue/

Regards
Subrahmanyam

Hi @manupoti

If you want to maintain the Leader -> Follower then delete the document in the Leader Index and then it will be deleted in the follower.

You can not delete documents from directly the follower index while it is still following.

If you break the Leader Follower that is permanent ... you can not unfollower ... delete documents and resume following

The whole point of Cross Cluster Replications is Replicated Indices.

If this is time series data that is a different process once the leader rolls over to a new index ... and new follower will be created and the old follower becomes a normal index

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.