File tree 6 files changed +97
-0
lines changed
6 files changed +97
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
253
253
/mimecast /manifest.json @ DataDog/saas-integrations @ DataDog/documentation
254
254
/mimecast /assets /logs / @ DataDog/saas-integrations @ DataDog/documentation @ DataDog/logs-backend
255
255
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
+
256
261
/sophos_central_cloud / @ DataDog/saas-integrations
257
262
/sophos_central_cloud /* .md @ DataDog/saas-integrations @ DataDog/documentation
258
263
/sophos_central_cloud /manifest.json @ DataDog/saas-integrations @ DataDog/documentation
Original file line number Diff line number Diff line change @@ -347,6 +347,8 @@ integration/oracle:
347
347
- oracle/**/*
348
348
integration/otel :
349
349
- otel/**/*
350
+ integration/palo_alto_cortex_xdr :
351
+ - palo_alto_cortex_xdr/**/*
350
352
integration/palo_alto_panorama :
351
353
- palo_alto_panorama/**/*
352
354
integration/pan_firewall :
Original file line number Diff line number Diff line change
1
+ # CHANGELOG - palo_alto_cortex_xdr
2
+
3
+ ## 1.0.0 / 2024-07-23
4
+
5
+ *** Added*** :
6
+
7
+ * Initial Release
Original file line number Diff line number Diff line change
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/
Original file line number Diff line number Diff line change
1
+ []
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments