-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Unable to initialize .opendistro_security index with remote-store feature enabled. #8158
Comments
The remote-store is working as expected with security disabled. |
If we create a cluster by disabling remote store settings, what is the replication type of |
I created a 2.9 cluster with only segment replication enabled and the
|
There are three things going on here.
|
I think we need to fix all three of these bugs for GA of remote storage. I would expect system indices to also be backed up. |
@sachinpkale We would like to remove the restriction on system indices for segrep. I spent some time trying to solve 2 above and wire up the repository before the index. The registration for a repo is only done via API and not through yml settings. Given we want to use the default remote store repo, we can't require plugins to register their own repositories before attempting index creation. We either need to provide the ability to set config for a repository through yml and do it before plugins are registered or default to node-node until the repo is registered, but that itself is also not currently supported. |
Created an opensearch cluster using cdk and it is able to create system index with remote enabled settings -
|
Describe the bug
I am trying to set-up a secure multi-node cluster with remote-store enabled but it is failing to bring up the OS process while trying to create the
.opendistro_security
index. I am getting following error:As per my understanding all the system indices are supposed to have
DOCUMENT
type replication setting so not sure why the security index is being registered as remote-store index.Below is my
opensearch.yml
setting:To Reproduce
Steps to reproduce the behavior:
Expected behavior
The cluster should come up and the system indices should be created without any issue.
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: