Skip to content

Commit

Permalink
DDS: Palo Alto Cortex XDR: Crawler Integration Without Assets (#18107)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored and dkirov-dd committed Aug 5, 2024
1 parent 754bdcb commit 1957f20
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
/mimecast/manifest.json @DataDog/saas-integrations @DataDog/documentation
/mimecast/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

/palo_alto_cortex_xdr/ @DataDog/saas-integrations
/palo_alto_cortex_xdr/*.md @DataDog/saas-integrations @DataDog/documentation
/palo_alto_cortex_xdr/manifest.json @DataDog/saas-integrations @DataDog/documentation
/palo_alto_cortex_xdr/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

/sophos_central_cloud/ @DataDog/saas-integrations
/sophos_central_cloud/*.md @DataDog/saas-integrations @DataDog/documentation
/sophos_central_cloud/manifest.json @DataDog/saas-integrations @DataDog/documentation
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ integration/oracle:
- oracle/**/*
integration/otel:
- otel/**/*
integration/palo_alto_cortex_xdr:
- palo_alto_cortex_xdr/**/*
integration/palo_alto_panorama:
- palo_alto_panorama/**/*
integration/pan_firewall:
Expand Down
7 changes: 7 additions & 0 deletions palo_alto_cortex_xdr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - palo_alto_cortex_xdr

## 1.0.0 / 2024-07-23

***Added***:

* Initial Release
42 changes: 42 additions & 0 deletions palo_alto_cortex_xdr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Agent Check: palo_alto_cortex_xdr

## Overview

This check monitors [Palo Alto Cortex XDR][1].

## Setup

### Installation

The Palo Alto Cortex XDR check is included in the [Datadog Agent][2] package.
No additional installation is needed on your server.

### Configuration

1. List of steps to configure this integration

### Validation

Steps to validate integration is functioning as expected

## Data Collected

### Metrics

The Palo Alto Cortex XDR integration does not include any metrics.

### Service Checks

The Palo Alto Cortex XDR integration does not include any service checks.

### Events

The Palo Alto Cortex XDR integration does not include any events.

## Troubleshooting

Need help? Contact [Datadog support][3].

[1]: **LINK_TO_INTEGRATION_SITE**
[2]: https://app.datadoghq.com/account/settings#agent
[3]: https://docs.datadoghq.com/help/
1 change: 1 addition & 0 deletions palo_alto_cortex_xdr/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
40 changes: 40 additions & 0 deletions palo_alto_cortex_xdr/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"manifest_version": "2.0.0",
"app_uuid": "156afdc8-d8e9-4544-92fd-d8da87278671",
"app_id": "palo-alto-cortex-xdr",
"display_on_public_website": false,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Gain insights into palo alto cortex xdr logs",
"title": "Palo Alto Cortex XDR",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Security",
"Submitted Data Type::Logs"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 20766332,
"source_type_name": "Palo Alto Cortex XDR",
"events": {
"creates_events": false
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
},
"author": {
"support_email": "help@datadoghq.com",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "info@datadoghq.com"
},
"oauth": {}
}

0 comments on commit 1957f20

Please sign in to comment.