Skip to content

Commit 1970ad2

Browse files
surabhipatel-crestsurabhipatel_crestravindrasojitra-crest
authored
DDS: Palo Alto Cortex XDR: Crawler Integration Without Assets (#18107)
* Add palo alto cortex xdr integration with no asset * Updated manifest file * Made changes in title * Removed angle brackets --------- Co-authored-by: surabhipatel_crest <surabhi.patel@crestdatasys.com> Co-authored-by: ravindrasojitra-crest <ravindra.sojitra@crestdata.ai>
1 parent 1d243fe commit 1970ad2

File tree

6 files changed

+97
-0
lines changed

6 files changed

+97
-0
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
253253
/mimecast/manifest.json @DataDog/saas-integrations @DataDog/documentation
254254
/mimecast/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
255255

256+
/palo_alto_cortex_xdr/ @DataDog/saas-integrations
257+
/palo_alto_cortex_xdr/*.md @DataDog/saas-integrations @DataDog/documentation
258+
/palo_alto_cortex_xdr/manifest.json @DataDog/saas-integrations @DataDog/documentation
259+
/palo_alto_cortex_xdr/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
260+
256261
/sophos_central_cloud/ @DataDog/saas-integrations
257262
/sophos_central_cloud/*.md @DataDog/saas-integrations @DataDog/documentation
258263
/sophos_central_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
@@ -347,6 +347,8 @@ integration/oracle:
347347
- oracle/**/*
348348
integration/otel:
349349
- otel/**/*
350+
integration/palo_alto_cortex_xdr:
351+
- palo_alto_cortex_xdr/**/*
350352
integration/palo_alto_panorama:
351353
- palo_alto_panorama/**/*
352354
integration/pan_firewall:

palo_alto_cortex_xdr/CHANGELOG.md

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

palo_alto_cortex_xdr/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Agent Check: palo_alto_cortex_xdr
2+
3+
## Overview
4+
5+
This check monitors [Palo Alto Cortex XDR][1].
6+
7+
## Setup
8+
9+
### Installation
10+
11+
The Palo Alto Cortex XDR check is included in the [Datadog Agent][2] package.
12+
No additional installation is needed on your server.
13+
14+
### Configuration
15+
16+
1. List of steps to configure this integration
17+
18+
### Validation
19+
20+
Steps to validate integration is functioning as expected
21+
22+
## Data Collected
23+
24+
### Metrics
25+
26+
The Palo Alto Cortex XDR integration does not include any metrics.
27+
28+
### Service Checks
29+
30+
The Palo Alto Cortex XDR integration does not include any service checks.
31+
32+
### Events
33+
34+
The Palo Alto Cortex XDR integration 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
42+
[3]: https://docs.datadoghq.com/help/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

palo_alto_cortex_xdr/manifest.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"manifest_version": "2.0.0",
3+
"app_uuid": "156afdc8-d8e9-4544-92fd-d8da87278671",
4+
"app_id": "palo-alto-cortex-xdr",
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 palo alto cortex xdr logs",
12+
"title": "Palo Alto Cortex XDR",
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": 20766332,
24+
"source_type_name": "Palo Alto Cortex XDR",
25+
"events": {
26+
"creates_events": false
27+
},
28+
"service_checks": {
29+
"metadata_path": "assets/service_checks.json"
30+
}
31+
}
32+
},
33+
"author": {
34+
"support_email": "help@datadoghq.com",
35+
"name": "Datadog",
36+
"homepage": "https://www.datadoghq.com",
37+
"sales_email": "info@datadoghq.com"
38+
},
39+
"oauth": {}
40+
}

0 commit comments

Comments
 (0)