Skip to content

Commit

Permalink
Filebeat: GA the zoom integration (#28106)
Browse files Browse the repository at this point in the history
- Remove beta tag from docs
- Mark fields as GA release

Relates elastic/integrations#1562

(cherry picked from commit 89f2db8)
  • Loading branch information
adriansr authored and mergify-bot committed Sep 30, 2021
1 parent e33f126 commit 7821008
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add Base64 encoded HMAC and UUID template functions to `httpjson` input {pull}27873[27873]
- Release checkpoint module as GA. {pull}27814[27814]
- Move processing to ingest node for AWS vpcflow fileset. {pull}28168[28168]
- Release zoom module as GA. {pull}28106[28106]


*Heartbeat*
Expand Down
2 changes: 0 additions & 2 deletions filebeat/docs/modules/zoom.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ This file is generated! See scripts/docs_collector.py

== Zoom module

beta[]

include::{libbeat-dir}/shared/integration-link.asciidoc[]

This is a module for Zoom webhook logs. The module creates an HTTP listener that accepts incoming webhooks from Zoom.
Expand Down
2 changes: 0 additions & 2 deletions x-pack/filebeat/module/zoom/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

== Zoom module

beta[]

include::{libbeat-dir}/shared/integration-link.asciidoc[]

This is a module for Zoom webhook logs. The module creates an HTTP listener that accepts incoming webhooks from Zoom.
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/zoom/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x-pack/filebeat/module/zoom/webhook/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: zoom
type: group
release: beta
release: ga
default_field: false
description: >
Module for parsing Zoom API Webhooks.
Expand Down

0 comments on commit 7821008

Please sign in to comment.