Skip to content

Commit

Permalink
[Ingest Manager]Fix config renaming conflict with xpack.ingestManager…
Browse files Browse the repository at this point in the history
… and xpack.ingestManager.agents (#80394) (#80413)
  • Loading branch information
nchaulet authored Oct 13, 2020
1 parent b1b4fc9 commit ac27e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ingest_manager/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const config: PluginConfigDescriptor = {
agents: true,
},
deprecations: ({ renameFromRoot }) => [
renameFromRoot('xpack.ingestManager.fleet', 'xpack.fleet.agents'),
renameFromRoot('xpack.ingestManager', 'xpack.fleet'),
renameFromRoot('xpack.fleet.fleet', 'xpack.fleet.agents'),
],
schema: schema.object({
enabled: schema.boolean({ defaultValue: true }),
Expand Down

0 comments on commit ac27e68

Please sign in to comment.