-
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
[RAC][Observability] Unable to load alerts in Observability alerts table if custom feature privileges are set #107142
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
@yctercero @dhurley14 could you help us figure out what might be the problem here? |
@mgiota @weltenwort Definitely. Can you export and post the JSON representation of the role for the user? It will be easier to determine exactly which privileges are missing if we see the full role. |
@dhurley14 Sure here's the json response I got from that request URL
Let me know if that's all you need or if you need anything else I am not aware of. |
Is it possible that the RBAC part for the Alerts table is simple missing until #107242? Or is this unrelated? |
Yes, #107242 needs to go in. We were doing the back and front end separate and had hoped to have this in last week. @weltenwort I saw you still have some blockers up but I think you got a chance to chat with @XavierM about it. Are they still blockers? |
I tested again after merge of #107242:
Could it be that above PR is responsible for Alerts not being shown anymore? |
@mgiota Did you create the alerts via the respective solution UI or the central rule management? The alerts from the latter don't show up yet as has been discussed last week. I'll follow up on how we'll fix that soon. |
@weltenwort These alerts were created via the respective solution UI. The issue was a custom |
📝 Summary
If a user has no Kibana privileges to view an Observability app, when he goes to the Observability > Alerts table to see the alerts of the rest Observability apps he has access to, he gets an error and sees no alerts at all.
Steps to reproduce
Failed to run search on timeline events
✔️ Acceptance criteria
No privilege for Metrics app, privilege to access Logs app
Given
user has no privilege to see the Metrics appAnd
he has the privilege to see the Logs appWhen
he has enabled a Log threshold rule typeAnd
goes to the Observability Alerts tableThen
he should be able to see the log threshold alertsAnd
no metric alertsThe text was updated successfully, but these errors were encountered: