Skip to content

Commit 11eac6a

Browse files
Add Box crawler integration without assets (#20332)
1 parent eeea58a commit 11eac6a

5 files changed

Lines changed: 95 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,11 @@ plaid/assets/logs/ @DataDog/saa
515515
/ivanti_nzta/manifest.json @DataDog/saas-integrations @DataDog/documentation
516516
/ivanti_nzta/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
517517

518+
/box/ @DataDog/saas-integrations
519+
/box/*.md @DataDog/saas-integrations @DataDog/documentation
520+
/box/manifest.json @DataDog/saas-integrations @DataDog/documentation
521+
/box/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
522+
518523
/forcepoint_security_service_edge/ @DataDog/saas-integrations
519524
/forcepoint_security_service_edge/*.md @DataDog/saas-integrations @DataDog/documentation
520525
/forcepoint_security_service_edge/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
@@ -91,6 +91,8 @@ integration/blazemeter:
9191
- blazemeter/**/*
9292
integration/boundary:
9393
- boundary/**/*
94+
integration/box:
95+
- box/**/*
9496
integration/brevo:
9597
- brevo/**/*
9698
integration/btrfs:

box/CHANGELOG.md

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

box/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Agent Check: box
2+
3+
## Overview
4+
5+
This check monitors [box][1].
6+
7+
## Setup
8+
9+
### Installation
10+
11+
The box 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+
box does not include any metrics.
27+
28+
### Service Checks
29+
30+
box does not include any service checks.
31+
32+
### Events
33+
34+
box 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+

box/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": "b53ac38a-5ec9-4ad7-bc86-58be53f3c5ee",
4+
"app_id": "box",
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 Box enterprise events",
12+
"title": "Box",
13+
"media": [],
14+
"classifier_tags": [
15+
"Category::Collaboration",
16+
"Category::Log Collection",
17+
"Category::Security",
18+
"Offering::Integration",
19+
"Submitted Data Type::Logs"
20+
]
21+
},
22+
"assets": {
23+
"integration": {
24+
"auto_install": false,
25+
"source_type_id": 45990845,
26+
"source_type_name": "Box",
27+
"events": {
28+
"creates_events": false
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)