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
28 changes: 14 additions & 14 deletions docs/getting-started/detections-req.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ NOTE: For instructions about using Machine Learning jobs and rules, refer to <<m

a|The `manage`, `write`,`read`, and `view_index_metadata` index privileges for the following system indices where `<kib-space>` is the {kib} space name:

* `.siem-signals-<kib-space>`
* `.lists-<kib-space>`
* `.items-<kib-space>`
`.siem-signals-<kib-space>*`
`.lists-<kib-space>*`
`.items-<kib-space>*`
|{kib} space `All` privileges for the `Security` feature (see
{kibana-ref}/xpack-spaces.html#spaces-control-user-access[Feature access based on user privileges])

Expand All @@ -65,19 +65,19 @@ a|The `manage`, `write`,`read`, and `view_index_metadata` index privileges for t
|The `manage` privilege
a|The `manage`, `write`,`read`, and `view_index_metadata` index privileges for the following system indices:

* `.siem-signals-*`
* `.lists-*`
* `.items-*`
`.siem-signals-<kib-space>*`
`.lists-<kib-space>*`
`.items-<kib-space>*`
|{kib} space `All` privileges for the `Security` feature (see
{kibana-ref}/xpack-spaces.html#spaces-control-user-access[Feature access based on user privileges])

|Manage rules
| N/A
a|The `manage`, `write`,`read`, and `view_index_metadata` index privileges for the for the following system indices where `<kib-space>` is the {kib} space name:

* `.siem-signals-<kib-space>`
* `.lists-<kib-space>`
* `.items-<kib-space>`
`.siem-signals-<kib-space>*`
`.lists-<kib-space>*`
`.items-<kib-space>*`

a| {kib} space `All` privileges for the `Security` feature (refer to
{kibana-ref}/xpack-spaces.html#spaces-control-user-access[Feature access based on user privileges])
Expand All @@ -94,9 +94,9 @@ a| {kib} space `All` privileges for the `Security` feature (refer to
|N/A
a|The `maintenance`, `write`,`read`, and `view_index_metadata` index privileges for the following system indices where `<kib-space>` is the {kib} space name:

* `.siem-signals-<kib-space>`
* `.lists-<kib-space>`
* `.items-<kib-space>`
`.siem-signals-<kib-space>*`
`.lists-<kib-space>*`
`.items-<kib-space>*`
|{kib} space `read` privileges for the `Security` feature (see
{kibana-ref}/xpack-spaces.html#spaces-control-user-access[Feature access based on user privileges])

Expand All @@ -107,8 +107,8 @@ a|The `maintenance`, `write`,`read`, and `view_index_metadata` index privileges
|The `manage` privilege
a| The `manage`, `write`,`read`, and `view_index_metadata` index privileges for the following indices, where `<space-id>` is the {kib} space name:

* `.lists-<space-id>`
* `.items-<space-id>`
`.lists-<kib-space>*`
`.items-<kib-space>*`
|{kib} space `All` privileges for the `Security` and `Saved Objects Management`
features (refer to {kibana-ref}/xpack-spaces.html#spaces-control-user-access[Feature access based on user privileges])

Expand Down