Skip to content

Commit 0ac75df

Browse files
committed
[OSS-Telemetry] Make the plugin have the right config prefix (elastic#30005)
1 parent 97b163e commit 0ac75df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugins/oss_telemetry/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const ossTelemetry = (kibana) => {
1212
return new kibana.Plugin({
1313
id: PLUGIN_ID,
1414
require: ['elasticsearch', 'xpack_main', 'task_manager'],
15+
configPrefix: 'xpack.oss_telemetry',
1516

1617
init(server) {
1718
registerCollectors(server);

0 commit comments

Comments
 (0)