Hi everyone!
I am now trying to use Cross Cluster Replication. It sounds powerful, good, and looks like a good way for replicating indexes.
There is one question. As the document says, we need to set the leader index's index.soft_deletes.enabled
to true, and to update the setting, we need to create a new index or reindex.
I would like to know if there is any other way(includes unsupported ways) to update the index.soft_deletes.enabled
setting to true.
My Elasticsearch cluster is now version 6.8, and I can upgrade it to 7.x if needed.
Huge thanks ahead.
Aoi
Nope, you can only set this setting at index creation.
Nope, you can only set this setting at index creation.
OkayðŸ˜
Thanks for your reply!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.