Skip to content

Commit a02db0f

Browse files
DDS: Palo Alto Networks Cortex XSOAR: Crawler Integration Without Assets (DataDog#23355)
* Add Palo Alto Networks Cortex XSOAR integration without assets * Resolve CI Failures * Resolve CI Failures --------- Co-authored-by: carlos-turiegano-dd <carlos.turiegano@datadoghq.com>
1 parent 9568ba4 commit a02db0f

5 files changed

Lines changed: 96 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,11 @@ plaid/assets/logs/ @DataDog/saa
800800
/ide-shepherd/manifest.json @DataDog/agent-integrations @DataDog/documentation
801801
/ide-shepherd/assets/logs/ @DataDog/agent-integrations @DataDog/documentation @DataDog/logs-integrations-reviewers
802802

803+
/palo_alto_networks_cortex_xsoar/ @DataDog/saas-integrations
804+
/palo_alto_networks_cortex_xsoar/*.md @DataDog/saas-integrations @DataDog/documentation
805+
/palo_alto_networks_cortex_xsoar/manifest.json @DataDog/saas-integrations @DataDog/documentation
806+
/palo_alto_networks_cortex_xsoar/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-integrations-reviewers
807+
803808
/bluecat_integrity/ @DataDog/saas-integrations
804809
/bluecat_integrity/*.md @DataDog/saas-integrations @DataDog/documentation
805810
/bluecat_integrity/manifest.json @DataDog/saas-integrations @DataDog/documentation

.github/workflows/config/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,10 @@ integration/palo_alto_cortex_xdr:
11291129
- changed-files:
11301130
- any-glob-to-any-file:
11311131
- palo_alto_cortex_xdr/**/*
1132+
integration/palo_alto_networks_cortex_xsoar:
1133+
- changed-files:
1134+
- any-glob-to-any-file:
1135+
- palo_alto_networks_cortex_xsoar/**/*
11321136
integration/palo_alto_panorama:
11331137
- changed-files:
11341138
- any-glob-to-any-file:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - Palo Alto Networks Cortex XSOAR
2+
3+
## 1.0.0 / 2026-03-30
4+
5+
***Added***:
6+
7+
* Initial Release
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Agent Check: Palo Alto Networks Cortex XSOAR
2+
3+
## Overview
4+
5+
This check monitors [Palo Alto Networks Cortex XSOAR][1].
6+
7+
## Setup
8+
9+
### Installation
10+
11+
The Palo Alto Networks Cortex XSOAR 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+
Palo Alto Networks Cortex XSOAR does not include any metrics.
27+
28+
### Events
29+
30+
Palo Alto Networks Cortex XSOAR 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/
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": "e4f68beb-6472-490c-ba02-72ded5b9c203",
4+
"app_id": "palo-alto-networks-cortex-xsoar",
5+
"owner": "saas-integrations",
6+
"display_on_public_website": false,
7+
"tile": {
8+
"overview": "README.md#Overview",
9+
"configuration": "README.md#Setup",
10+
"support": "README.md#Support",
11+
"changelog": "CHANGELOG.md",
12+
"description": "<FILL IN - A brief description of what this offering provides>",
13+
"title": "Palo Alto Networks Cortex XSOAR",
14+
"media": [],
15+
"classifier_tags": [
16+
"Category::Security",
17+
"Category::Metrics",
18+
"Category::Log Collection",
19+
"Category::Automation",
20+
"Category::Cloud",
21+
"Offering::Integration",
22+
"Submitted Data Type::Metrics",
23+
"Submitted Data Type::Logs"
24+
]
25+
},
26+
"assets": {
27+
"integration": {
28+
"auto_install": false,
29+
"source_type_id": 74861768,
30+
"source_type_name": "Palo Alto Networks Cortex XSOAR",
31+
"events": {
32+
"creates_events": false
33+
}
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)