Skip to content

Commit

Permalink
remove 'create_index' privilege from soc_manager role since that is n…
Browse files Browse the repository at this point in the history
…ot parity with the security workflows spreadsheet
  • Loading branch information
dhurley14 committed Nov 10, 2020
1 parent ab85450 commit 2d3c176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SOC Manager has all of the privileges of a rule author role with the additional privilege of creating the signals index and lists indices upon initial visit
SOC Manager has all of the privileges of a rule author role with the additional privilege of managing the signals index. It can't create the signals index though.

| Role | Data Sources | SIEM ML Jobs/Results | Lists | Rules/Exceptions | Action Connectors | Signals/Alerts |
| :---------: | :----------: | :------------------: | :---------: | :--------------: | :---------------: | :-----------------: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"names": [".siem-signals-*"],
"privileges": ["read", "write", "create_index", "manage"]
"privileges": ["read", "write", "manage"]
}
]
},
Expand Down

0 comments on commit 2d3c176

Please sign in to comment.