Skip to content
Merged
Show file tree
Hide file tree
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
Binary file modified docs/cases/images/case-feature-privs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions docs/getting-started/cases-req.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ You can create roles and define feature privileges at different levels to manage
{kibana-ref}/xpack-spaces.html#spaces-control-user-access[Feature access based on user privileges].

NOTE: To send cases to external systems, you need the
https://www.elastic.co/subscriptions[appropriate license].
{subscriptions}[appropriate license].

To grant access to cases, set the {kib} space privileges for the *Cases* and *Actions and Connectors* features as follows:
To grant access to cases, set the {kib} space privileges for the *Cases* and *{connectors-feature}* features as follows:

[discrete]
[width="100%",options="header"]
Expand All @@ -23,11 +23,14 @@ To grant access to cases, set the {kib} space privileges for the *Cases* and *Ac
| Give full access to manage cases
a|
* `All` for the *Cases* feature
* `All` for the *Action and Connector* feature (go to *Management > Actions and Connectors* to set this)
* `All` for the *{connectors-feature}* feature (go to *Management > {connectors-feature}* to set this)

NOTE: Roles without `All` *Actions and Connectors* feature privileges cannot create, add, delete, or modify case connectors.
NOTE: Roles without `All` *{connectors-feature}* feature privileges cannot create, add, delete, or modify case connectors.

| Give view-only access for cases | `Read` for the *Cases* feature

| Give access to view and delete cases | `Read` for the *Cases* feature and the *Delete* sub-feature selected

| Revoke all access to cases | `None` for the *Cases* feature |

|==============================================
Expand Down