Skip to content

Commit d2292f0

Browse files
committed
Add missing SLM cluster privilege
1 parent 0bfe09a commit d2292f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/snapshot_restore/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const APP_REQUIRED_CLUSTER_PRIVILEGES = [
5555
'cluster:admin/repository',
5656
];
5757
export const APP_RESTORE_INDEX_PRIVILEGES = ['monitor'];
58-
export const APP_SLM_CLUSTER_PRIVILEGES = ['manage_slm'];
58+
export const APP_SLM_CLUSTER_PRIVILEGES = ['manage_slm', 'cluster:monitor/state'];
5959

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

0 commit comments

Comments
 (0)