-
Notifications
You must be signed in to change notification settings - Fork 213
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] Failed to rollover index #3864
Comments
@ElfoLiNk This looks like an OpenSearch issue and not related to Data Prepper. Can you provide further details? |
Hi @asifsmohammed i configured data prepper user and role following https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-plugins/opensearch/opensearch_security.md the policy are created automatically by data prepper no? I found this on OS project opensearch-project/security#1861 |
This is probably not related to an OpenSearch issue but to the permission setup of Data Prepper.
Background: An ISM policy seems to be linked to the user who created it. This makes sense, since otherwise a user which does not have e.g. permissions to delete indices could create an ISM policy which would delete indices. Previously (probably due to an older OpenSearch version), the rollover actions worked without having this permissions. I suspect that there was a change in some OpenSearch version update that linked the user to the ISM policy. I tested the mitigation with version 1.3.15. When I checked out the
...there is an entry like the following:
As you can see there is the |
Describe the bug
Rollover index is not working:
To Reproduce
Install dataprepper and use a specific user with the following role
Expected behavior
Rolling policy should work
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: