Skip to content

Commit

Permalink
Add missing SLM cluster privilege
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Mar 4, 2020
1 parent 0bfe09a commit d2292f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/snapshot_restore/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const APP_REQUIRED_CLUSTER_PRIVILEGES = [
'cluster:admin/repository',
];
export const APP_RESTORE_INDEX_PRIVILEGES = ['monitor'];
export const APP_SLM_CLUSTER_PRIVILEGES = ['manage_slm'];
export const APP_SLM_CLUSTER_PRIVILEGES = ['manage_slm', 'cluster:monitor/state'];

export const TIME_UNITS: { [key: string]: 'd' | 'h' | 'm' | 's' } = {
DAY: 'd',
Expand Down

0 comments on commit d2292f0

Please sign in to comment.