Skip to content

Commit ed5c35c

Browse files
Add Proofpoint TAP crawler integration without assets (DataDog#20586)
Co-authored-by: abhi-modugula <abhi.modugula@datadoghq.com>
1 parent eaf3ced commit ed5c35c

File tree

5 files changed

+90
-0
lines changed

5 files changed

+90
-0
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,11 @@ plaid/assets/logs/ @DataDog/saa
538538
/box/manifest.json @DataDog/saas-integrations @DataDog/documentation
539539
/box/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
540540

541+
/proofpoint_tap/ @DataDog/saas-integrations
542+
/proofpoint_tap/*.md @DataDog/saas-integrations @DataDog/documentation
543+
/proofpoint_tap/manifest.json @DataDog/saas-integrations @DataDog/documentation
544+
/proofpoint_tap/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
545+
541546
/carbon_black_cloud/ @DataDog/saas-integrations
542547
/carbon_black_cloud/*.md @DataDog/saas-integrations @DataDog/documentation
543548
/carbon_black_cloud/manifest.json @DataDog/saas-integrations @DataDog/documentation

.github/workflows/config/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,8 @@ integration/process:
527527
- process/**/*
528528
integration/prometheus:
529529
- prometheus/**/*
530+
integration/proofpoint_tap:
531+
- proofpoint_tap/**/*
530532
integration/proofpoint_on_demand:
531533
- proofpoint_on_demand/**/*
532534
integration/proxmox:

proofpoint_tap/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - Proofpoint TAP
2+
3+
## 1.0.0 / 2025-06-25
4+
5+
***Added***:
6+
7+
* Initial Release

proofpoint_tap/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Agent Check: Proofpoint TAP
2+
3+
## Overview
4+
5+
This check monitors [Proofpoint TAP][1].
6+
7+
## Setup
8+
9+
### Installation
10+
11+
The Proofpoint TAP check is included in the [Datadog Agent][2] package.
12+
No additional installation is needed on your server.
13+
14+
### Configuration
15+
16+
!!! Add list of steps to set up this integration !!!
17+
18+
### Validation
19+
20+
!!! Add steps to validate integration is functioning as expected !!!
21+
22+
## Data Collected
23+
24+
### Metrics
25+
26+
Proofpoint TAP does not include any metrics.
27+
28+
### Events
29+
30+
Proofpoint TAP does not include any events.
31+
32+
## Troubleshooting
33+
34+
Need help? Contact [Datadog support][3].
35+
36+
[1]: **LINK_TO_INTEGRATION_SITE**
37+
[2]: https://app.datadoghq.com/account/settings/agent/latest
38+
[3]: https://docs.datadoghq.com/help/
39+

proofpoint_tap/manifest.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"manifest_version": "2.0.0",
3+
"app_uuid": "16ad3243-233b-4a1e-a523-98a35c29162b",
4+
"app_id": "proofpoint-tap",
5+
"display_on_public_website": false,
6+
"tile": {
7+
"overview": "README.md#Overview",
8+
"configuration": "README.md#Setup",
9+
"support": "README.md#Support",
10+
"changelog": "CHANGELOG.md",
11+
"description": "Gain insights into Proofpoint TAP events",
12+
"title": "Proofpoint TAP",
13+
"media": [],
14+
"classifier_tags": [
15+
"Category::Log Collection",
16+
"Category::Security",
17+
"Offering::Integration",
18+
"Submitted Data Type::Logs"
19+
]
20+
},
21+
"assets": {
22+
"integration": {
23+
"auto_install": false,
24+
"source_type_id": 50851544,
25+
"source_type_name": "Proofpoint TAP",
26+
"events": {
27+
"creates_events": false
28+
}
29+
}
30+
},
31+
"author": {
32+
"support_email": "help@datadoghq.com",
33+
"name": "Datadog",
34+
"homepage": "https://www.datadoghq.com",
35+
"sales_email": "info@datadoghq.com"
36+
}
37+
}

0 commit comments

Comments
 (0)