Skip to content

Commit f50ef81

Browse files
committed
solution packaged
1 parent 475ec94 commit f50ef81

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Solutions/Palo Alto Cortex Xpanse CCF/Data Connectors/CortexXpanse_ccp/CortexXpanse_ConnectorDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"connectorUiConfig": {
99
"id": "PaloAltoExpanseCCPDefinition",
10-
"title": "Palo Alto Cortex Xpanse",
10+
"title": "Palo Alto Cortex Xpanse (via Codeless Connector Framework) (Preview)",
1111
"publisher": "Microsoft",
1212
"descriptionMarkdown": "The Palo Alto Cortex Xpanse data connector ingests alerts data into Microsoft Sentinel.",
1313
"graphQueries": [

Solutions/Palo Alto Cortex Xpanse CCF/Data/Solution_CortexXpanse.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"Description": "The [Palo Alto Cortex Xpanse ](https://www.paloaltonetworks.com/cortex/cortex-xpanse) data connector allows ingesting logs from the Palo Alto Cortex Xpanse API into Microsoft Sentinel. The data connector is built on Microsoft Sentinel Codeless Connector Framework. It uses the Palo Alto Cortex Xpanse API to fetch alerts logs and it supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) that parses the received security data into a custom table, thus resulting in better performance.",
66
"Data Connectors": [
77
"Data Connectors/CortexXpanse_ccp/CortexXpanse_ConnectorDefinition.json"
8-
],
8+
],
99
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Palo Alto Cortex Xpanse CCF",
1010
"Version": "3.0.0",
1111
"Metadata": "SolutionMetadata.json",
1212
"TemplateSpec": false,
1313
"Is1PConnector": false
14-
}
14+
}
6 Bytes
Binary file not shown.

Solutions/Palo Alto Cortex Xpanse CCF/Package/mainTemplate.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
],
7272
"properties": {
7373
"contentId": "[variables('_dataConnectorContentIdConnectorDefinition1')]",
74-
"displayName": "Palo Alto Cortex Xpanse",
74+
"displayName": "Palo Alto Cortex Xpanse (via Codeless Connector Framework) (Preview)",
7575
"contentKind": "DataConnector",
7676
"mainTemplate": {
7777
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
@@ -88,7 +88,7 @@
8888
"properties": {
8989
"connectorUiConfig": {
9090
"id": "PaloAltoExpanseCCPDefinition",
91-
"title": "Palo Alto Cortex Xpanse",
91+
"title": "Palo Alto Cortex Xpanse (via Codeless Connector Framework) (Preview)",
9292
"publisher": "Microsoft",
9393
"descriptionMarkdown": "The Palo Alto Cortex Xpanse data connector ingests alerts data into Microsoft Sentinel.",
9494
"graphQueries": [
@@ -919,7 +919,7 @@
919919
"properties": {
920920
"connectorUiConfig": {
921921
"id": "PaloAltoExpanseCCPDefinition",
922-
"title": "Palo Alto Cortex Xpanse",
922+
"title": "Palo Alto Cortex Xpanse (via Codeless Connector Framework) (Preview)",
923923
"publisher": "Microsoft",
924924
"descriptionMarkdown": "The Palo Alto Cortex Xpanse data connector ingests alerts data into Microsoft Sentinel.",
925925
"graphQueries": [
@@ -1082,7 +1082,7 @@
10821082
],
10831083
"properties": {
10841084
"contentId": "[variables('_dataConnectorContentIdConnections1')]",
1085-
"displayName": "Palo Alto Cortex Xpanse",
1085+
"displayName": "Palo Alto Cortex Xpanse (via Codeless Connector Framework) (Preview)",
10861086
"contentKind": "ResourcesDataConnector",
10871087
"mainTemplate": {
10881088
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
@@ -1097,7 +1097,7 @@
10971097
"type": "securestring"
10981098
},
10991099
"connectorDefinitionName": {
1100-
"defaultValue": "Palo Alto Cortex Xpanse",
1100+
"defaultValue": "Palo Alto Cortex Xpanse (via Codeless Connector Framework) (Preview)",
11011101
"type": "securestring",
11021102
"minLength": 1
11031103
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|--------------------------------------------------------------------------|
3-
| 3.0.0 | 04-08-2025 | Initial Solution Release. |
3+
| 3.0.0 | 04-08-2025 | Initial Solution Release. <br/>New CCF **Data Connector** 'Palo Alto Cortex Xpanse CCF'. |

0 commit comments

Comments
 (0)