-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[RAM] Can not view the rule created in ML in rule stack management #173573
Comments
Pinging @elastic/response-ops (Team:ResponseOps) |
Pinging @elastic/ml-ui (:ml) |
In this case the Should the ML permission also automatically grant the Detecting an "override" in rules capabilities in specific pages (perhaps checking the kibana/src/plugins/management/public/management_sections_service.ts Lines 72 to 86 in 3730dd0
|
…174791) ## Summary Fix => elastic#173573 (cherry picked from commit 5d5f0d1)
…174791) (#174940) # Backport This will backport the following commits from `main` to `8.12`: - [[RAM] Stack management rules available with only ml feature (#174791)](#174791) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Xavier Mouligneau","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-01-16T16:13:02Z","message":"[RAM] Stack management rules available with only ml feature (#174791)\n\n## Summary\r\n\r\nFix => https://github.com/elastic/kibana/issues/173573","sha":"5d5f0d10739647ea7a963327c72dcda5b845ade1","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:ResponseOps","Team:ML","v8.12.1","v8.13.0"],"title":"[RAM] Stack management rules available with only ml feature","number":174791,"url":"https://github.com/elastic/kibana/pull/174791","mergeCommit":{"message":"[RAM] Stack management rules available with only ml feature (#174791)\n\n## Summary\r\n\r\nFix => https://github.com/elastic/kibana/issues/173573","sha":"5d5f0d10739647ea7a963327c72dcda5b845ade1"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174791","number":174791,"mergeCommit":{"message":"[RAM] Stack management rules available with only ml feature (#174791)\n\n## Summary\r\n\r\nFix => https://github.com/elastic/kibana/issues/173573","sha":"5d5f0d10739647ea7a963327c72dcda5b845ade1"}}]}] BACKPORT--> Co-authored-by: Xavier Mouligneau <[email protected]>
If users only have the
ML
privileges and notstackRules
privileges. Then, user can create an anomaly rule in the jobs table but won't be able to view/edit/delete this rule in stack management.The text was updated successfully, but these errors were encountered: