diff --git a/x-pack/plugins/reporting/server/config/index.ts b/x-pack/plugins/reporting/server/config/index.ts index d0c743f859b3c..119f49df014e2 100644 --- a/x-pack/plugins/reporting/server/config/index.ts +++ b/x-pack/plugins/reporting/server/config/index.ts @@ -54,4 +54,16 @@ export const config: PluginConfigDescriptor = { } }, ], + exposeToUsage: { + capture: { + maxAttempts: true, + timeouts: { openUrl: true, renderComplete: true, waitForElements: true }, + networkPolicy: false, // show as [redacted] + zoom: true, + }, + csv: { maxSizeBytes: true, scroll: { size: true, duration: true } }, + kibanaServer: false, // show as [redacted] + queue: { indexInterval: true, pollEnabled: true, timeout: true }, + roles: { enabled: true }, + }, };