zoom: map user.email and participant.public_ip fields to ECS - #14499
Merged
Conversation
Contributor
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
webhook |
2457 | 2070.39 | -386.61 (-15.74%) | 💔 |
To see the full report comment with /test benchmark fullreport
andrewkroh
reviewed
Jul 11, 2025
andrewkroh
left a comment
Contributor
There was a problem hiding this comment.
It's still in draft, but if I can make an early suggestion...
| "region_iso_code": "GB-ENG", | ||
| "region_name": "England" | ||
| }, | ||
| "ip": "81.2.69.144" |
Contributor
There was a problem hiding this comment.
related.ip can be filled in too.
Also add new field definitions from the API docs[1][2]. Note that public_ip is not listed in the documentation but is observed in provided events (added in tests). [1]https://developers.zoom.us/docs/api/meetings/events/#tag/meeting/POSTmeeting.participant_joined [2]https://developers.zoom.us/docs/api/meetings/events/#tag/webinar/POSTwebinar.participant_joined
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
kcreddy
reviewed
Jul 11, 2025
kcreddy
left a comment
Contributor
There was a problem hiding this comment.
clarification only. LGTM.
Comment on lines
+753
to
+754
| "participant_uuid": "0E699901-3B16-3698-3388-XXXXXXXXXX", | ||
| "user_id": "123456789", |
Contributor
There was a problem hiding this comment.
Could participant_uuid and user_id also be added to related.user?
kcreddy
approved these changes
Jul 11, 2025
💚 Build Succeeded
History
cc @efd6 |
|
Contributor
|
Package zoom - 1.23.0 containing this change is available at https://epr.elastic.co/package/zoom/1.23.0/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots