Kibana APM user capture setting #87659
Labels
enhancement
New value added to drive a business result
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
triage_needed
Describe the feature:
Add opt-in for capturing user data in Kibana's own APM. Other apm settings live under
elastic.apm
likeelastic.apm.enabled
. I proposeelastic.apm.capture_user
with a default offalse
.Describe a specific use case for the feature:
User capture is filtered out unconditionally in:
kibana/src/apm.js
Lines 37 to 48 in 1d49166
elastic/apm#272 proposes to add a setting for this. This request should not be blocked by that but could utilize the setting if the relevant changes land in the nodejs agent before this is picked up.
The text was updated successfully, but these errors were encountered: