Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SIEMINT-88] DDS: Palo Alto Cortex XDR: Crawler Integration Without Assets #18107

Merged
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Wyrine marked this conversation as resolved.
Show resolved Hide resolved

### 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": {}
}
Loading