[DOCS] Added kibana_dashboard_only_user role (elastic/x-pack-elasticsearch#2427)
Original commit: elastic/x-pack-elasticsearch@e6ab2238eb
This commit is contained in:
parent
84a47e2690
commit
0cd24a9283
|
@ -65,11 +65,17 @@ Grants access to manage *all* index templates and *all* ingest pipeline configur
|
||||||
NOTE: This role does *not* provide the ability to create indices; those privileges
|
NOTE: This role does *not* provide the ability to create indices; those privileges
|
||||||
must be defined in a separate role.
|
must be defined in a separate role.
|
||||||
|
|
||||||
|
[[built-in-roles-kibana-dashboard]] `kibana_dashboard_only_user` ::
|
||||||
|
Grants access to the {kib} Dashboard and read-only permissions on the `.kibana`
|
||||||
|
index. This role does not have access to editing tools in {kib}. For more
|
||||||
|
information, see
|
||||||
|
{kibana-ref}/xpack-dashboard-only-mode.html[{kib} Dashboard Only Mode].
|
||||||
|
|
||||||
[[built-in-roles-kibana-system]] `kibana_system` ::
|
[[built-in-roles-kibana-system]] `kibana_system` ::
|
||||||
Grants access necessary for the {kib} system user
|
Grants access necessary for the {kib} system user
|
||||||
to read from and write to the {kib} indices and check the availability of the
|
to read from and write to the {kib} indices and check the availability of the
|
||||||
{es} cluster. For more information, see
|
{es} cluster. For more information, see
|
||||||
{kibana-ref}/using-kibana-with-security.html[Configuring Security in {kib}]
|
{kibana-ref}/using-kibana-with-security.html[Configuring Security in {kib}].
|
||||||
+
|
+
|
||||||
NOTE: This role should not be assigned to users as the granted permissions may
|
NOTE: This role should not be assigned to users as the granted permissions may
|
||||||
change between releases.
|
change between releases.
|
||||||
|
|
Loading…
Reference in New Issue