-
Notifications
You must be signed in to change notification settings - Fork 523
auth0: standardize user name processing #14092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth0: standardize user name processing #14092
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
| copy_from: auth0.logs.data.user_name | ||
| if: 'ctx?.auth0?.logs?.data?.user_name != null' | ||
| tag: copy_user_email | ||
| if: ctx.auth0?.logs?.data?.user_name != null && ctx.auth0.logs.data.user_name.contains("@") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ctx.auth0.logs.data.user_name.indexOf("@") > 0?
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
logs |
5128.21 | 2421.31 | -2706.9 (-52.78%) | 💔 |
To see the full report comment with /test benchmark fullreport
|
💚 Build Succeeded
History
|
efd6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested commit message body reformat:
Modified the processing of user name fields including email addresses to
align with the rest of the integrations. Changes applied include the
following:
- When the user name is an email, this field is dissected into
<user.name>@<user.domain>.
- Also the user.email field is populated with the full email address.
- Append user.name and user.email to related.user.
|
Package auth0 - 1.22.0 containing this change is available at https://epr.elastic.co/package/auth0/1.22.0/ |




Proposed commit message
Modified the processing of user name fields including email addresses to align with the rest of the integrations. Changes applied include the following:
<user.name>@<user.domain>.user.emailfield is populated with the full email address.user.nameanduser.emailtorelated.user.Checklist
changelog.ymlfile.Related issues