[DOCS] Dashboard-only-mode: Update to match UI#20734
Conversation
| {xpack} gives the ability for admins to limit what certain users see when they log in to Kibana with a | ||
| reserved `kibana_dashboard_only_user` role. | ||
| {xpack} gives admins the ability to assign users a reserved `kibana_dashboard_only_user` | ||
| role that limits what they see when they log in to {kib}. |
There was a problem hiding this comment.
I'm actually not sure what "reserved" role means in this case. I think it would be better to refer to it as a "built-in role", as in https://www.elastic.co/guide/en/elastic-stack-overview/6.3/built-in-roles.html. So maybe something like this:
"If {security} is enabled, you can use the kibana_dashboard_only_user built-in role to limit ...."
| for most use cases. However, if your setup requires a custom Kibana index, you can manually create | ||
| Dashboard Mode roles. | ||
| Kibana comes preconfigured with a reserved role called `kibana_dashboard_only_user` | ||
| that grants read only access to the `.kibana` index. This role is sufficient |
There was a problem hiding this comment.
Maybe it's obvious, but it might be worth restating that this role is only available to you if security is enabled.
|
It might be nice to have a link to the following page, where we've been trying to give a better intro to the concept of roles, privileges, permissions, etc: https://www.elastic.co/guide/en/elastic-stack-overview/current/authorization.html |
💚 Build Succeeded |
stacey-gammon
left a comment
There was a problem hiding this comment.
text lgtm, did not pull down/build docs.
nreese
left a comment
There was a problem hiding this comment.
lgtm
built docs and reviewed changes
|
Resolves 20568 |
* [DOCS] Dashboard-only-mode: Update to match UI * [DOCS] Incorporated review comments, added note about data access
This PR updates the Dashboard-only docs. Text and images are updated to match the UI.