Skip to content

Commit

Permalink
[APM] Add xpack.apm.enabled key to config schema (#57539)
Browse files Browse the repository at this point in the history
Closes #57418.
  • Loading branch information
dgieselaar committed Feb 14, 2020
1 parent d5f8c43 commit 797030b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/apm/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const config = {
ui: true,
},
schema: schema.object({
enabled: schema.boolean({ defaultValue: true }),
serviceMapEnabled: schema.boolean({ defaultValue: false }),
serviceMapInitialTimeRange: schema.number({ defaultValue: 60 * 1000 * 60 }), // last 1 hour
autocreateApmIndexPattern: schema.boolean({ defaultValue: true }),
Expand Down

0 comments on commit 797030b

Please sign in to comment.