Skip to content

Commit e5be7fb

Browse files
committed
Use non-deprecated privilige name
1 parent a04a980 commit e5be7fb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ export const BASE_PATH = '/management/elasticsearch/ingest_pipelines';
1515

1616
export const API_BASE_PATH = '/api/ingest_pipelines';
1717

18-
export const APP_CLUSTER_REQUIRED_PRIVILEGES = [
19-
'manage_ingest_pipelines',
20-
'cluster:monitor/nodes/info',
21-
];
18+
export const APP_CLUSTER_REQUIRED_PRIVILEGES = ['manage_pipeline', 'cluster:monitor/nodes/info'];

0 commit comments

Comments
 (0)