Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support management of replicated indices #1061

Open
mmehrten opened this issue Dec 15, 2023 · 1 comment
Open

[FEATURE] Support management of replicated indices #1061

mmehrten opened this issue Dec 15, 2023 · 1 comment
Labels
enhancement New request

Comments

@mmehrten
Copy link

Is your feature request related to a problem?
When a cluster uses Cross-Cluster Replication, the follower index gets marked as read only. This means ISM actions can't be used with a follower index unless the index explicitly stops replication. ISM should allow a follower index to have transition actions performed like migrating to warm/cold (e.g. the follower cluster should be able to mirror the leader cluster's ISM actions).

What solution would you like?
Follower clusters are able to use ISM actions to roll over and index to warm/cold tiers after the follower is caught up to the leader.

What alternatives have you considered?
Manually implementing this with an external automation (e.g. cron jobs, lambdas, etc.)

@dblock
Copy link
Member

dblock commented Jun 17, 2024

Catch All Triage - 1 2 3 4 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New request
Projects
None yet
Development

No branches or pull requests

2 participants