Skip to content

Commit 5f44dcc

Browse files
DDS: Trend Micro Email Security: Crawler Integration Without Assets (#18057)
* Add Trend Micro Email Security crawler integration with no assets * Update Manifest file
1 parent f56ed8b commit 5f44dcc

File tree

6 files changed

+99
-0
lines changed

6 files changed

+99
-0
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
268268
/ping_one/manifest.json @DataDog/saas-integrations @DataDog/documentation
269269
/ping_one/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
270270

271+
/trend_micro_email_security/ @DataDog/saas-integrations
272+
/trend_micro_email_security/*.md @DataDog/saas-integrations @DataDog/documentation
273+
/trend_micro_email_security/manifest.json @DataDog/saas-integrations @DataDog/documentation
274+
/trend_micro_email_security/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
271275

272276
# To keep Security up-to-date with changes to the signing tool.
273277
/datadog_checks_dev/datadog_checks/dev/tooling/signing.py @DataDog/agent-integrations

.github/workflows/config/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ integration/traefik_mesh:
487487
- traefik_mesh/**/*
488488
integration/traffic_server:
489489
- traffic_server/**/*
490+
integration/trend_micro_email_security:
491+
- trend_micro_email_security/**/*
490492
integration/twemproxy:
491493
- twemproxy/**/*
492494
integration/twistlock:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - trend_micro_email_security
2+
3+
## 1.0.0 / 2024-07-17
4+
5+
***Added***:
6+
7+
* Initial Release

trend_micro_email_security/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Agent Check: trend_micro_email_security
2+
3+
## Overview
4+
5+
This check monitors [trend_micro_email_security][1].
6+
7+
## Setup
8+
9+
### Installation
10+
11+
The trend_micro_email_security 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+
trend_micro_email_security does not include any metrics.
27+
28+
### Service Checks
29+
30+
trend_micro_email_security does not include any service checks.
31+
32+
### Events
33+
34+
trend_micro_email_security does not include any events.
35+
36+
## Troubleshooting
37+
38+
Need help? Contact [Datadog support][3].
39+
40+
[1]: **LINK_TO_INTEGRATION_SITE**
41+
[2]: https://app.datadoghq.com/account/settings/agent/latest
42+
[3]: https://docs.datadoghq.com/help/
43+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"manifest_version": "2.0.0",
3+
"app_uuid": "0f19a81b-93c1-477a-ad5d-bbabed937f85",
4+
"app_id": "trend-micro-email-security",
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 Trend Micro Email Security logs.",
12+
"title": "Trend Micro Email Security",
13+
"media": [],
14+
"classifier_tags": [
15+
"Category::Log Collection",
16+
"Category::Security",
17+
"Submitted Data Type::Logs"
18+
]
19+
},
20+
"assets": {
21+
"integration": {
22+
"auto_install": false,
23+
"source_type_id": 18089572,
24+
"source_type_name": "Trend Micro Email Security",
25+
"events": {
26+
"creates_events": false
27+
},
28+
"service_checks": {
29+
"metadata_path": "assets/service_checks.json"
30+
}
31+
},
32+
"logs": {
33+
"source": "trend-micro-email-security"
34+
}
35+
},
36+
"author": {
37+
"support_email": "help@datadoghq.com",
38+
"name": "Datadog",
39+
"homepage": "https://www.datadoghq.com",
40+
"sales_email": "info@datadoghq.com"
41+
}
42+
}

0 commit comments

Comments
 (0)