Skip to content
Open
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
10 changes: 5 additions & 5 deletions docs/detections/detections-req.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following table describes the required privileges to access the Detections f
a|`manage`, `write`, `read`, and `view_index_metadata` for these system indices and data streams, where `<space-id>` is the space name:

* `.alerts-security.alerts-<space-id>`
* `.siem-signals-<space-id>` ^1^
* `.siem-signals-<space-id>*` ^1^
* `.lists-<space-id>`
* `.items-<space-id>`

Expand All @@ -73,10 +73,10 @@ a|`manage`, `write`, `read`, and `view_index_metadata` for these system indices
|`manage`
a|`manage`, `write`, `read`, and `view_index_metadata` for these system indices and data streams:

* `.alerts-security.alerts-<space-id>`
* `.siem-signals-<space-id>` ^1^
* `.lists-<space-id>`
* `.items-<space-id>`
* `.alerts-security.alerts-*`
* `.siem-signals-*`
* `.lists-*`
* `.items-*`

^1^ *NOTE*: If you're upgrading to {stack} 8.0.0 or later, users should have privileges for the `.alerts-security.alerts-<space-id>` AND `.siem-signals-<space-id>` indices. If you're newly installing the {stack}, then users do not need privileges for the `.siem-signals-<space-id>` index.

Expand Down