Skip to content

Commit

Permalink
updated code as per review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
v-amolpatil committed Oct 20, 2023
1 parent c4c990a commit 62f6647
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Solutions/PrismaCloudCompute/Data Connectors/DCR.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
[{
"name": "PrismaCloudComputeDCR",
"apiVersion": "2021-09-01-preview",
"type": "Microsoft.Insights/dataCollectionRules",
Expand Down Expand Up @@ -120,4 +120,4 @@
}
]
}
}
}]
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"kind": "Customizable",
"properties": {
"connectorUiConfig": {
"id": "PrismaCloudComputeDefinition1",
"title": "Prisma Cloud Compute CWPP (using REST API)",
"publisher": "Microsoft",
"descriptionMarkdown": "The [Prisma Cloud Compute CWPP](https://prisma.pan.dev/api/cloud/cwpp/audits/#operation/get-audits-incidents) data connector allows you to connect to your Prisma Cloud CWPP instance and ingesting alerts into Microsoft Sentinel. The data connector is built on Microsoft Sentinel’s Codeless Connector Platform and uses the Prisma Cloud API to fetch security events and supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) that parses the received security event data into a custom columns so that queries don't need to parse it again, thus resulting in better performance.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
[{
"type": "Microsoft.SecurityInsights/dataConnectors",
"apiVersion": "2022-10-01-preview",
"name": "apiRequest",
"kind": "RestApiPoller",
"properties": {
"connectorDefinitionName": "connectorDefinitionName",
"connectorDefinitionName": "PrismaCloudComputeDefinition1",
"dataType": "PrismaCloudCompute_CL",
"dcrConfig": {
"streamName": "Custom-PrismaCloudCompute_IncidentsApi",
Expand Down Expand Up @@ -45,4 +45,4 @@
]
}
}
}
}]
4 changes: 2 additions & 2 deletions Solutions/PrismaCloudCompute/Data Connectors/table.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
[{
"name": "PrismaCloudCompute_CL",
"type": "Microsoft.OperationalInsights/workspaces/tables",
"apiVersion": "2021-03-01-privatepreview",
Expand Down Expand Up @@ -101,4 +101,4 @@
]
}
}
}
}]

0 comments on commit 62f6647

Please sign in to comment.