Skip to content

Commit

Permalink
Remove depecrated xpack.telemetry.* config from xpack_main/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Apr 2, 2020
1 parent bd7161a commit 4c47e20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x-pack/legacy/plugins/xpack_main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ export const xpackMain = kibana => {
config(Joi) {
return Joi.object({
enabled: Joi.boolean().default(true),
telemetry: Joi.object({
config: Joi.string().default(),
enabled: Joi.boolean().default(),
url: Joi.string().default(),
}).default(), // deprecated
}).default();
},

Expand Down

0 comments on commit 4c47e20

Please sign in to comment.