From a0ffe3c73e67010b2d573db073135fe614116d28 Mon Sep 17 00:00:00 2001 From: Mike Cote Date: Fri, 13 Dec 2019 09:09:35 -0500 Subject: [PATCH] Remove UI features for now --- x-pack/legacy/plugins/siem/server/plugin.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/siem/server/plugin.ts b/x-pack/legacy/plugins/siem/server/plugin.ts index b2e45b00038af1..25fa3bd6cde4cb 100644 --- a/x-pack/legacy/plugins/siem/server/plugin.ts +++ b/x-pack/legacy/plugins/siem/server/plugin.ts @@ -57,7 +57,7 @@ export class Plugin { ], read: ['config'], }, - ui: ['show', 'showAlerts', 'showActions'], + ui: ['show'], }, read: { api: ['siem', 'actions-read', 'actions-all', 'alerting-read', 'alerting-all'], @@ -70,7 +70,7 @@ export class Plugin { timelineSavedObjectType, ], }, - ui: ['show', 'showAlerts', 'showActions'], + ui: ['show'], }, }, });