Skip to content

Commit

Permalink
Revert monitoring changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Dec 12, 2019
1 parent 70322e8 commit 405dcee
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions x-pack/legacy/plugins/monitoring/server/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,10 @@ export class Plugin {
reserved: {
privilege: {
savedObject: {
all: [
'alert',
'action',
'action_task_params',
],
all: [],
read: []
},
ui: ['showAlerts', 'showActions'],
api: ['actions-read', 'actions-all', 'alerting-read', 'alerting-all']
ui: [],
},
description: i18n.translate('xpack.monitoring.feature.reserved.description', {
defaultMessage: 'To grant users access, you should also assign the monitoring_user role.'
Expand Down

0 comments on commit 405dcee

Please sign in to comment.