Skip to content

Commit

Permalink
[Reporting] Add config settings to telemetry for usage analysis (#112035
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tsullivan authored Sep 14, 2021
1 parent 2567c4f commit 93e8a7d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions x-pack/plugins/reporting/server/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,16 @@ export const config: PluginConfigDescriptor<ReportingConfigType> = {
}
},
],
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 },
},
};

0 comments on commit 93e8a7d

Please sign in to comment.