Skip to content

Commit

Permalink
[OSS-Telemetry] Make the plugin have the right config prefix (#30005)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan authored Feb 5, 2019
1 parent dcc9636 commit 5fea0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/oss_telemetry/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const ossTelemetry = (kibana) => {
return new kibana.Plugin({
id: PLUGIN_ID,
require: ['elasticsearch', 'xpack_main', 'task_manager'],
configPrefix: 'xpack.oss_telemetry',

init(server) {
registerCollectors(server);
Expand Down

0 comments on commit 5fea0c7

Please sign in to comment.