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/proofpoint_tap/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.30.0"
changes:
- description: Add note on excluding trailing slash from URL.
type: enhancement
link: https://github.com/elastic/integrations/pull/19232
- version: "1.29.1"
changes:
- description: Remove duplicate security-solution-default tag references
Expand Down
4 changes: 2 additions & 2 deletions packages/proofpoint_tap/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.3.2"
name: proofpoint_tap
title: Proofpoint TAP
version: "1.29.1"
version: "1.30.0"
description: Collect logs from Proofpoint TAP with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -40,7 +40,7 @@ policy_templates:
- name: url
type: text
title: URL
description: Proofpoint TAP URL. Find URL in the console dashboard at the beginning of the web address.
description: Proofpoint TAP URL. Find URL in the console dashboard at the beginning of the web address. The URL should not include any trailing slash. For example, `https://tap-api-v2.proofpoint.com`.
required: true
- name: enable_request_tracer
type: bool
Expand Down
Loading