[DOCS] Moves dashboard_only_mode folder to docs (#19532)

This commit is contained in:
Lisa Cawley 2018-05-29 17:18:56 -07:00 committed by GitHub
parent 1b6c5b1c6c
commit c3954b47d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -67,7 +67,7 @@ include::{xkb-repo-dir}/management/watcher-ui/index.asciidoc[]
include::{xkb-repo-dir}/upgrade-assistant/index.asciidoc[]
include::{xkb-repo-dir}/dashboard_only_mode/index.asciidoc[]
include::management/dashboard_only_mode/index.asciidoc[]
include::{xkb-repo-dir}/reporting/index.asciidoc[]

View file

@ -6,14 +6,14 @@ Kibana comes preconfigured with a reserved role called `kibana_dashboard_only_us
for most use cases. However, if your setup requires a custom Kibana index, you can manually create
Dashboard Mode roles.
To do so, go into Management > Advanced Settings and search for `xpackDashboardMode:roles`. Then assign whatever
To do so, go into *Management > Advanced Settings* and search for `xpackDashboardMode:roles`. Then assign whatever
role names you wish to use to flag a user for Dashboard Only mode.
image:dashboard_only_mode/images/advanced_dashboard_mode_role_setup.png["Advanced dashboard mode role setup"]
image:management/dashboard_only_mode/images/advanced_dashboard_mode_role_setup.png["Advanced dashboard mode role setup"]
It isn't necessary for Dashboard Only mode roles to have any additional permissions, but it's a convenient location
to also place access rules to the custom Kibana index. If you wish to grant read only access to your custom Kibana
index, it must have `view_index_metadata` permissions as well as `read` permissions. These role settings are available
under Management > Security > Roles.
under *Management > Security > Roles*.
image:dashboard_only_mode/images/custom_dashboard_mode_role.png["Custom dashboard mode role with read permissions on a custom kibana index"]
image:management/dashboard_only_mode/images/custom_dashboard_mode_role.png["Custom dashboard mode role with read permissions on a custom kibana index"]

View file

Before

Width:  |  Height:  |  Size: 317 KiB

After

Width:  |  Height:  |  Size: 317 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 122 KiB

Before After
Before After

View file

@ -8,9 +8,9 @@ reserved `kibana_dashboard_only_user` role.
When you assign a user this role, the next time they sign in to Kibana they will only be able to see the Dashboard app,
and no editing tools will be available.
image:dashboard_only_mode/images/view_only_listing_page.png["View Only Dashboard Listing Page"]
image:management/dashboard_only_mode/images/view_only_listing_page.png["View Only Dashboard Listing Page"]
image:dashboard_only_mode/images/view_only_dashboard.png["View Only Dashboard"]
image:management/dashboard_only_mode/images/view_only_dashboard.png["View Only Dashboard"]
IMPORTANT: If a user is also assigned the reserved `superuser` role, they will be able to see all of Kibana and have
full access.