Skip to content

zoom: map user.email and participant.public_ip fields to ECS - #14499

Merged
efd6 merged 2 commits into
elastic:mainfrom
efd6:14472-zoom
Jul 13, 2025
Merged

zoom: map user.email and participant.public_ip fields to ECS#14499
efd6 merged 2 commits into
elastic:mainfrom
efd6:14472-zoom

Conversation

@efd6

@efd6 efd6 commented Jul 11, 2025

Copy link
Copy Markdown
Contributor

Proposed commit message

zoom: map user.email and participant.public_ip fields to ECS

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

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Screenshots

@efd6 efd6 self-assigned this Jul 11, 2025
@efd6 efd6 added enhancement New feature or request Integration:zoom Zoom Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations] labels Jul 11, 2025
@elastic-vault-github-plugin-prod

elastic-vault-github-plugin-prod Bot commented Jul 11, 2025

Copy link
Copy Markdown
Contributor

🚀 Benchmarks report

Package zoom 👍(0) 💚(0) 💔(1)

Expand to view
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 andrewkroh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
@efd6
efd6 marked this pull request as ready for review July 11, 2025 02:03
@efd6
efd6 requested a review from a team as a code owner July 11, 2025 02:03
@elasticmachine

Copy link
Copy Markdown

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

@kcreddy kcreddy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clarification only. LGTM.

Comment on lines +753 to +754
"participant_uuid": "0E699901-3B16-3698-3388-XXXXXXXXXX",
"user_id": "123456789",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could participant_uuid and user_id also be added to related.user?

@andrewkroh andrewkroh added the documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. label Jul 11, 2025
@elasticmachine

Copy link
Copy Markdown

💚 Build Succeeded

History

cc @efd6

@efd6
efd6 merged commit 7a97274 into elastic:main Jul 13, 2025
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package zoom - 1.23.0 containing this change is available at https://epr.elastic.co/package/zoom/1.23.0/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. enhancement New feature or request Integration:zoom Zoom Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations]

4 participants