mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Add config deprecation for securitySolutionServerless config rename (#161321)
## Summary Title.
This commit is contained in:
parent
9d57196a54
commit
7e4e2bbf11
1 changed files with 7 additions and 0 deletions
|
@ -20,4 +20,11 @@ export const config: PluginConfigDescriptor<ServerlessSecurityConfig> = {
|
|||
productTypes: true,
|
||||
},
|
||||
schema: configSchema,
|
||||
deprecations: ({ renameFromRoot }) => [
|
||||
renameFromRoot(
|
||||
'xpack.serverless.security.productTypes',
|
||||
'xpack.securitySolutionServerless.productTypes',
|
||||
{ silent: true, level: 'warning' }
|
||||
),
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue