diff --git a/docs/detections/rules-ui-create.asciidoc b/docs/detections/rules-ui-create.asciidoc index b95ea46de0..3081cf5c41 100644 --- a/docs/detections/rules-ui-create.asciidoc +++ b/docs/detections/rules-ui-create.asciidoc @@ -256,7 +256,7 @@ field values. You can preview custom query, threshold, machine learning, or event correlation rules to learn how noisy a rule will be before submitting it. If necessary, you can then adjust the rule's query. -NOTE: To preview rules, you need the `read` privilege to the `.preview.alerts-security.alerts-` index and `All` privileges for the Security feature. Refer to <> for more information. +NOTE: To preview rules, you need the `read` privilege for the `.preview.alerts-security.alerts-` and `.internal.preview.alerts-security.alerts--*` indices, plus `All` privileges for the Security feature. Refer to <> for more information. To preview a rule: diff --git a/docs/getting-started/detections-req.asciidoc b/docs/getting-started/detections-req.asciidoc index d80db9ba19..f3ca815272 100644 --- a/docs/getting-started/detections-req.asciidoc +++ b/docs/getting-started/detections-req.asciidoc @@ -85,7 +85,11 @@ a|The `manage`, `write`,`read`, and `view_index_metadata` index privileges for t | Preview rules |N/A -a| The `read` privilege for the `.preview.alerts-security.alerts-` index +a| The `read` privilege for the following indices: + +* `.preview.alerts-security.alerts-` +* `.internal.preview.alerts-security.alerts--*` + |{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])