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
) (#112157)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
tsullivan and kibanamachine authored Sep 15, 2021
1 parent c9cce5d commit a63e49c
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 a63e49c

Please sign in to comment.