-
Notifications
You must be signed in to change notification settings - Fork 112
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
[BUG] ISM indices creation do not respect a single-node cluster setting #1250
Comments
The issue description from the Slack channel:
along with permitting to modify system indices:
However, the policy is not applied to that indices for some reason. The long story short - this setting did the job:
|
Now the same issue has happened with the other index:
|
Looks like this is a duplicate of opensearch-project/security#4739 |
Context:
https://opensearch.slack.com/archives/C051JEH8MNU/p1719393439224069
opensearch-project/security#3130
In a single-node cluster all system indices should be created with no replicas
The text was updated successfully, but these errors were encountered: