Skip to content

Commit fde4b76

Browse files
[SAASINT-4240] DDS: Proofpoint On-Demand: Crawler Integration Without Assets (DataDog#20624)
* Add Proofpoint On-Demand ingegration without asset * Minor conent change
1 parent bc7f436 commit fde4b76

5 files changed

Lines changed: 91 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
360360
/postmark/manifest.json @DataDog/saas-integrations @DataDog/documentation
361361
/postmark/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
362362

363+
/proofpoint_on_demand/ @DataDog/saas-integrations
364+
/proofpoint_on_demand/*.md @DataDog/saas-integrations @DataDog/documentation
365+
/proofpoint_on_demand/manifest.json @DataDog/saas-integrations @DataDog/documentation
366+
/proofpoint_on_demand/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
367+
363368
/sanity/ @DataDog/saas-integrations
364369
/sanity/*.md @DataDog/saas-integrations @DataDog/documentation
365370
/sanity/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_on_demand:
531+
- proofpoint_on_demand/**/*
530532
integration/proxmox:
531533
- proxmox/**/*
532534
integration/proxysql:

proofpoint_on_demand/CHANGELOG.md

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

proofpoint_on_demand/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Agent Check: proofpoint_on_demand
2+
3+
## Overview
4+
5+
This check monitors [proofpoint_on_demand][1].
6+
7+
## Setup
8+
9+
### Installation
10+
11+
The Proofpoint On-Demand 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 On-Demand does not include any metrics.
27+
28+
### Events
29+
30+
Proofpoint On-Demand 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_on_demand/manifest.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"manifest_version": "2.0.0",
3+
"app_uuid": "1cef2070-562b-4d59-b035-ea26d6a2cd75",
4+
"app_id": "proofpoint-on-demand",
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 On-Demand message logs",
12+
"title": "Proofpoint On-Demand Email Security",
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": 49112871,
25+
"source_type_name": "Proofpoint On-Demand Email Security",
26+
"events": {
27+
"creates_events": false
28+
}
29+
}
30+
31+
},
32+
"author": {
33+
"support_email": "help@datadoghq.com",
34+
"name": "Datadog",
35+
"homepage": "https://www.datadoghq.com",
36+
"sales_email": "info@datadoghq.com"
37+
}
38+
}

0 commit comments

Comments
 (0)