mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
[SECURITY] rename server plugin to siem (#69044)
* rename server plugin to siem to avoid privilege issue * review from alerting * missing change with rename * fix tests * missing api integration test * fix api integration spaces
This commit is contained in:
parent
4e864268ce
commit
46ed40ec07
21 changed files with 36 additions and 37 deletions
|
@ -33,7 +33,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
logs: ['all', 'read'],
|
||||
uptime: ['all', 'read'],
|
||||
apm: ['all', 'read'],
|
||||
securitySolution: ['all', 'read'],
|
||||
siem: ['all', 'read'],
|
||||
ingestManager: ['all', 'read'],
|
||||
},
|
||||
global: ['all', 'read'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue