-
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
[APM][EEM] Logs tab error when user does not have access to logs and infra apps #191205
Comments
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Hey @crespocarlos, does this happen in the normal APM/Infra worlds or is it a bug specific to EEM? |
This is specific to the multi-signal service overview. The problem on APM service overview with traces is different #191188. |
@smith - Do you think this is something we should handle or should we ask the logs team to handle this as part of their component? |
@roshan-elastic the problem here is slightly different and does not only rely on permissions to see logs. For some reason, the logs tab tries to fetch infra data. This is partially related to #191198 |
@roshan-elastic we should handle this. You shouldn't need infra permissions to see the logs tab. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Summary
On the service overview powered by EEM, when accessing the logs tab without access to infra apps and indices, the error below happens
Steps to reproduce
Possible solution
We could show the Logs tab only if
application.uiCapabilities.logs.show
istrue
or display a message saying that the user doesn't have permission if the same condition is not met, eg:For some reason, the logs tab also fetches infra data. For that we need to make sure we're following the same thing proposed here #191198
The text was updated successfully, but these errors were encountered: