-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creates CSPM privileges standalone page
- Loading branch information
1 parent
09040ae
commit bd79b81
Showing
5 changed files
with
65 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
[[cspm-required-permissions]] | ||
= CSPM privilege requirements | ||
|
||
This page lists required privilges for {elastic-sec}'s CSPM features. There are three access levels: read, write, and manage. Each access level and its requirements are described below. | ||
|
||
[discrete] | ||
== Read | ||
|
||
Users with these minimum permissions can view data on the Findings page and the Cloud Posture dashboard. | ||
|
||
[discrete] | ||
=== {es} index privileges | ||
`Read` privileges for the following {es} indices: | ||
|
||
* `logs-cloud_security_posture.findings_latest-*` | ||
* `logs-cloud_security_posture.scores-*` | ||
|
||
[discrete] | ||
=== {kib} privileges | ||
|
||
* `Security: Read` | ||
|
||
|
||
[discrete] | ||
== Write | ||
|
||
Users with these minimum permissions can view data on the Findings page and the Cloud Posture dashboard, create detection rules from the findings details flyout, and enable or disable benchmark rules. | ||
|
||
[discrete] | ||
=== {es} index privileges | ||
`Read` privileges for the following {es} indices: | ||
|
||
* `logs-cloud_security_posture.findings_latest-*` | ||
* `logs-cloud_security_posture.scores-*` | ||
|
||
[discrete] | ||
=== {kib} privileges | ||
|
||
* `Security: All` | ||
|
||
|
||
[discrete] | ||
== Manage | ||
|
||
Users with these minimum permissions can view data on the Findings page and the Cloud Posture dashboard, create detection rules from the findings details flyout, enable or disable benchmark rules, and install, update, or uninstall CSPM integrations and assets. | ||
|
||
[discrete] | ||
=== {es} index privileges | ||
`Read` privileges for the following {es} indices: | ||
|
||
* `logs-cloud_security_posture.findings_latest-*` | ||
* `logs-cloud_security_posture.scores-*` | ||
|
||
[discrete] | ||
=== {kib} privileges | ||
|
||
* `Security: All` | ||
* `Spaces: All` | ||
* `Fleet: All` | ||
* `Integrations: All` | ||
|