mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* add spaces with RBAC tutorial * add tutorial * removed extra dir * revert * init tutorial * link tutorial * fix images dir * fixed links * editing * Update docs/user/security/rbac_tutorial.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/user/security/rbac_tutorial.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/user/security/rbac_tutorial.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/user/security/rbac_tutorial.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/user/security/rbac_tutorial.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> * show path * added path to crate user * rearrange * remove image * specify admin role * replace we with you * Update docs/user/security/rbac_tutorial.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> * remove excess words * remove excess words * spelling * spelling * Update docs/user/security/rbac_tutorial.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/user/security/rbac_tutorial.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> * resolve reviewer comments * review updates * address review comments * removed monitor cluster priv * reviewer comments
40 lines
1.6 KiB
Text
40 lines
1.6 KiB
Text
[role="xpack"]
|
|
[[xpack-security]]
|
|
== Security
|
|
|
|
The {stack} {security-features} enable you to easily secure a cluster. With
|
|
security, you can
|
|
password-protect your data as well as implement more advanced security measures
|
|
such as encrypting communications, role-based access control, IP filtering, and
|
|
auditing. For more information, see
|
|
{ref}/elasticsearch-security.html[Security overview] and
|
|
<<using-kibana-with-security,Configuring Security in {kib}>>.
|
|
|
|
[float]
|
|
=== Users
|
|
|
|
You can create and manage users on the *Management -> Security -> Users* page.
|
|
You can also change their passwords and roles. For more information about
|
|
authentication and built-in users, see
|
|
{ref}/setting-up-authentication.html[User authentication].
|
|
|
|
[float]
|
|
=== Roles
|
|
|
|
You can manage roles on the *Management -> Security -> Roles* page, or use
|
|
the <<role-management-api>>. For more information on configuring roles for {kib}, see <<xpack-security-authorization, Granting access to {kib}>>.
|
|
|
|
For a more holistic overview of configuring roles for the entire stack,
|
|
see {ref}/authorization.html[User authorization].
|
|
|
|
[NOTE]
|
|
============================================================================
|
|
Managing roles that grant <<kibana-privileges>> using the {es}
|
|
{ref}/security-api.html#security-role-apis[role management APIs] is not supported. Doing so will likely
|
|
cause Kibana's authorization to behave unexpectedly.
|
|
============================================================================
|
|
|
|
include::authorization/index.asciidoc[]
|
|
include::authorization/kibana-privileges.asciidoc[]
|
|
include::api-keys/index.asciidoc[]
|
|
include::rbac_tutorial.asciidoc[]
|