[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:
Xavier Mouligneau 2020-06-15 09:16:52 -04:00 committed by GitHub
parent 4e864268ce
commit 46ed40ec07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 36 additions and 37 deletions

View file

@ -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'],