Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs/user/alerting/alerting-setup.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,11 @@ To use {alert-features} in a {kib} app, you must have the appropriate feature pr
|===

| Action | {kib} privileges
| Give full access to manage alerts, connectors, and rules in *{stack-manage-app}* or *Discover*
| Give full access to manage alerts, connectors, and rules in *{stack-manage-app}*
a|
* `All` for the *Management > {stack-rules-feature}* feature.
* `All` for the *Management > Rules Settings* feature.
* `All` for the *Management > {connectors-feature}* feature.
* `Read` index privileges for the `.alerts-*` system indices

[NOTE]
====
Expand All @@ -77,12 +76,11 @@ For {observability} rules, you must have `all` privileges for the appropriate {o
For Security rules, refer to {security-guide}/detections-permissions-section.html[Detections prerequisites and requirements].
====

| Give view-only access to alerts, connectors, and rules in *{stack-manage-app}* or *Discover*
| Give view-only access to alerts, connectors, and rules in *{stack-manage-app}*
a|
* `Read` for the *Management > {stack-rules-feature}* feature.
* `Read` for the *Management > Rules Settings* feature.
* `Read` for the *Management > {connectors-feature}* feature.
* `Read` index privileges for the `.alerts-*` system indices

[NOTE]
====
Expand All @@ -93,12 +91,16 @@ For {observability} rules, you must have `read` privileges for the appropriate {
For Security rules, refer to {security-guide}/detections-permissions-section.html[Detections prerequisites and requirements].
====

| Revoke all access to alerts, connectors, and rules in *{stack-manage-app}* or *Discover*
| Give view-only access to alerts in *Discover* or *Dashboards*
a|
* `Read` index privileges for the `.alerts-*` system indices.

| Revoke all access to alerts, connectors, and rules in *{stack-manage-app}*, *Discover*, or *Dashboards*
a|
* `None` for the *Management > {stack-rules-feature}* feature.
* `None` for the *Management > Rules Settings* feature.
* `None` for the *Management > {connectors-feature}* feature.

* No index privileges for the `.alerts-*` system indices.
|===

For more information on configuring roles that provide access to features, go to <<kibana-feature-privileges>>.
Expand Down