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 b1b4fc9 commit ac27e68Copy full SHA for ac27e68
x-pack/plugins/ingest_manager/server/index.ts
@@ -25,8 +25,8 @@ export const config: PluginConfigDescriptor = {
25
agents: true,
26
},
27
deprecations: ({ renameFromRoot }) => [
28
- renameFromRoot('xpack.ingestManager.fleet', 'xpack.fleet.agents'),
29
renameFromRoot('xpack.ingestManager', 'xpack.fleet'),
+ renameFromRoot('xpack.fleet.fleet', 'xpack.fleet.agents'),
30
],
31
schema: schema.object({
32
enabled: schema.boolean({ defaultValue: true }),
0 commit comments