Skip to content

Commit eb8caed

Browse files
authored
SEC-31363: GA Proofpoint TAP integration (DataDog#23944)
Flips display_on_public_website to true in proofpoint_tap/manifest.json and adds proofpoint_tap/assets/dataflows.yaml with granular: true for Cloud SIEM.
1 parent 54ac84d commit eb8caed

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
provides:
2+
- id: proofpoint-tap-logs
3+
always_on: true
4+
granular: true
5+
data_type: logs
6+
direction: inbound

proofpoint_tap/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"app_uuid": "16ad3243-233b-4a1e-a523-98a35c29162b",
44
"app_id": "proofpoint-tap",
55
"owner": "saas-integrations",
6-
"display_on_public_website": false,
6+
"display_on_public_website": true,
77
"tile": {
88
"overview": "README.md#Overview",
99
"configuration": "README.md#Setup",

0 commit comments

Comments
 (0)