mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Security Solution] Top-level Cases feature under the Security (#112980)
* add the new top cases feature in security * fix api intyegration and cypress * fix api integration * fix cypress roles test * missing api integration * review Joe Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
01e6ff3b53
commit
3b958e76aa
20 changed files with 91 additions and 68 deletions
|
@ -32,8 +32,9 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
actions: ['all', 'read'],
|
||||
stackAlerts: ['all', 'read'],
|
||||
ml: ['all', 'read'],
|
||||
siem: ['all', 'read', 'minimal_all', 'minimal_read', 'cases_all', 'cases_read'],
|
||||
siem: ['all', 'read'],
|
||||
uptime: ['all', 'read'],
|
||||
securitySolutionCases: ['all', 'read'],
|
||||
infrastructure: ['all', 'read'],
|
||||
logs: ['all', 'read'],
|
||||
apm: ['all', 'read', 'minimal_all', 'minimal_read', 'alerts_all', 'alerts_read'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue