Skip to content

Commit 301635b

Browse files
committed
Fix CCP/CCF terminology, doc format mismatch, and column name in README
- Solution manifest description said "CCP-based" instead of "CCF-based" - README architecture diagram said gzip-compressed JSON, actual format is CSV - README validation query referenced IsAlert column which doesn't exist; the table column is Alert
1 parent 8fc7225 commit 301635b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Solutions/NetskopeAlertEvents/Data/Solution_NetskopeAlertEvents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Name": "NetskopeAlertEvents",
33
"Author": "Netskope",
44
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/netskope.svg\" width=\"75px\" height=\"75px\">",
5-
"Description": "The Netskope Alerts & Events solution enables streaming of alert and event logs from Netskope to Microsoft Sentinel via Azure Blob Storage and Event Grid. It provides visibility into DLP incidents, malware and threat detections, policy violations, anomalous behavior, and cloud application activity across the Netskope Security Cloud.\n\n**Included Content:**\n- 1 Data Connector (CCP-based Blob Storage connector)\n- 1 Workbook (Alerts & Events Dashboard)\n- 3 Analytics Rules",
5+
"Description": "The Netskope Alerts & Events solution enables streaming of alert and event logs from Netskope to Microsoft Sentinel via Azure Blob Storage and Event Grid. It provides visibility into DLP incidents, malware and threat detections, policy violations, anomalous behavior, and cloud application activity across the Netskope Security Cloud.\n\n**Included Content:**\n- 1 Data Connector (CCF-based Blob Storage connector)\n- 1 Workbook (Alerts & Events Dashboard)\n- 3 Analytics Rules",
66
"Workbooks": [
77
"Workbooks/NetskopeAlertEventsDashboard/NetskopeAlertEvents_Workbook.json"
88
],

Solutions/NetskopeAlertEvents/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The solution provides visibility into:
3535
Netskope Log Streaming
3636
|
3737
v
38-
Azure Blob Storage (gzip-compressed JSON)
38+
Azure Blob Storage (gzip-compressed CSV)
3939
|
4040
v
4141
Event Grid (Blob Created notifications)
@@ -122,7 +122,7 @@ then click **Connect**.
122122
4. Confirm alerts populate severity and DLP fields:
123123
```kusto
124124
NetskopeAlertEvents_CL
125-
| where IsAlert =~ "yes"
125+
| where Alert =~ "yes"
126126
| summarize count() by Severity, AlertType
127127
```
128128
5. Open the **Netskope Alerts & Events** workbook and confirm tiles render.

0 commit comments

Comments
 (0)