We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f862899 commit d28ecd6Copy full SHA for d28ecd6
x-pack/plugins/ml/common/types/capabilities.ts
@@ -102,6 +102,7 @@ export function getPluginPrivileges() {
102
...privilege,
103
api: userMlCapabilitiesKeys.map((k) => `ml:${k}`),
104
catalogue: [PLUGIN_ID],
105
+ management: { insightsAndAlerting: [] },
106
ui: userMlCapabilitiesKeys,
107
savedObject: {
108
all: [],
0 commit comments