Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/zoom/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.1"
changes:
- description: Fix content-type handling.
type: bugfix
link: https://github.com/elastic/integrations/pull/3213
- version: "1.3.0"
changes:
- description: Update to ECS 8.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ listen_address: {{listen_address}}
listen_port: {{listen_port}}
url: {{url}}
prefix: zoom
content_type: "" # force ignoring content-type checks
{{#if preserve_original_event}}
preserve_original_event: true
{{/if}}
Expand Down
2 changes: 1 addition & 1 deletion packages/zoom/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zoom
title: Zoom
version: 1.3.0
version: 1.3.1
release: ga
description: Collect data from Zoom Platform API with Elastic Agent.
type: integration
Expand Down