From dec0ead404e906d1a20bf7f31633c8bc76ee8524 Mon Sep 17 00:00:00 2001 From: Brijesh Khunt Date: Fri, 10 Jul 2026 20:32:00 +0530 Subject: [PATCH 1/2] Add Elastic Managed deployment --- packages/zoom/_dev/build/docs/README.md | 5 +++++ packages/zoom/changelog.yml | 5 +++++ packages/zoom/docs/README.md | 5 +++++ packages/zoom/manifest.yml | 13 +++++++++++-- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/packages/zoom/_dev/build/docs/README.md b/packages/zoom/_dev/build/docs/README.md index 7153178f965..62f9eb15f10 100644 --- a/packages/zoom/_dev/build/docs/README.md +++ b/packages/zoom/_dev/build/docs/README.md @@ -9,6 +9,11 @@ This integration collects data using two complementary methods: - **Webhook**: a real-time HTTP listener that receives event notifications pushed by Zoom (meeting, webinar, recording, user, account, phone, team chat, and Zoom Room events). - **REST API**: a periodic poll of the Zoom REST API to collect the sign in / sign out **activity** report, the **operation** logs report, and the **meeting_activity** logs report for an account. +## Elastic Managed Enabled Integration + +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. + ### Compatibility - The **activity** data stream uses the Zoom REST API [`GET /report/activities`](https://developers.zoom.us/docs/api/meetings/#tag/reports/get/report/activities) endpoint and requires a Zoom Pro (or higher) plan. diff --git a/packages/zoom/changelog.yml b/packages/zoom/changelog.yml index 625da94087b..67515734eb2 100644 --- a/packages/zoom/changelog.yml +++ b/packages/zoom/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.27.0" + changes: + - description: Enable Agentless deployment. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.26.0" changes: - description: Add support for the `meeting_activity` data stream. diff --git a/packages/zoom/docs/README.md b/packages/zoom/docs/README.md index deb30c90da8..8695bc497f0 100644 --- a/packages/zoom/docs/README.md +++ b/packages/zoom/docs/README.md @@ -9,6 +9,11 @@ This integration collects data using two complementary methods: - **Webhook**: a real-time HTTP listener that receives event notifications pushed by Zoom (meeting, webinar, recording, user, account, phone, team chat, and Zoom Room events). - **REST API**: a periodic poll of the Zoom REST API to collect the sign in / sign out **activity** report, the **operation** logs report, and the **meeting_activity** logs report for an account. +## Elastic Managed Enabled Integration + +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. + ### Compatibility - The **activity** data stream uses the Zoom REST API [`GET /report/activities`](https://developers.zoom.us/docs/api/meetings/#tag/reports/get/report/activities) endpoint and requires a Zoom Pro (or higher) plan. diff --git a/packages/zoom/manifest.yml b/packages/zoom/manifest.yml index a31f1a35ac5..0ca8037f3ed 100644 --- a/packages/zoom/manifest.yml +++ b/packages/zoom/manifest.yml @@ -1,6 +1,6 @@ name: zoom title: Zoom -version: "1.26.0" +version: "1.27.0" description: Collect logs from Zoom with Elastic Agent. type: integration format_version: "3.3.2" @@ -11,7 +11,7 @@ categories: - observability conditions: kibana: - version: "^8.19.0 || ^9.1.0" + version: "^8.19.2 || ^9.1.2" icons: - src: /img/zoom_blue.svg title: Zoom @@ -34,6 +34,15 @@ policy_templates: - name: zoom title: Zoom logs description: Collect logs from Zoom instances + deployment_modes: + default: + enabled: true + agentless: + enabled: true + release: beta + organization: security + division: engineering + team: security-service-integrations inputs: - type: http_endpoint title: "Collect Zoom logs via Webhook" From 255e8995304a5ccc3d905396d43447583ddcaa0f Mon Sep 17 00:00:00 2001 From: Brijesh Khunt Date: Fri, 10 Jul 2026 20:35:11 +0530 Subject: [PATCH 2/2] update changelog entry --- packages/zoom/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/zoom/changelog.yml b/packages/zoom/changelog.yml index 67515734eb2..bf0e9448558 100644 --- a/packages/zoom/changelog.yml +++ b/packages/zoom/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Enable Agentless deployment. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/20087 - version: "1.26.0" changes: - description: Add support for the `meeting_activity` data stream.