Skip to content

Commit 5ca8e73

Browse files
committed
Fix logo asset casing, remove unused connector doc, repackage solution
- Solution manifest referenced Logos/netskope.svg (lowercase), but the actual asset is Logos/Netskope.svg, causing a broken image link - Removed Data Connectors/NetskopeAlertEventsConnectorDefinition.yaml, an unused documentation-only file not referenced by packaging - Regenerated Package/createUiDefinition.json, Package/mainTemplate.json, and Package/3.0.0.zip via createSolutionV3.ps1 to reflect the fixes
1 parent 301635b commit 5ca8e73

6 files changed

Lines changed: 30 additions & 106 deletions

File tree

Solutions/NetskopeAlertEvents/Data Connectors/NetskopeAlertEventsConnectorDefinition.yaml

Lines changed: 0 additions & 74 deletions
This file was deleted.

Solutions/NetskopeAlertEvents/Data/Solution_NetskopeAlertEvents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Name": "NetskopeAlertEvents",
33
"Author": "Netskope",
4-
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/netskope.svg\" width=\"75px\" height=\"75px\">",
4+
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Netskope.svg\" width=\"75px\" height=\"75px\">",
55
"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"
-41 Bytes
Binary file not shown.

Solutions/NetskopeAlertEvents/Package/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"config": {
77
"isWizard": false,
88
"basics": {
9-
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/netskope.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/NetskopeAlertEvents/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nThe 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\n\n**Data Connectors:** 1, **Parsers:** 1, **Workbooks:** 1, **Analytic Rules:** 3\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
9+
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Netskope.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/NetskopeAlertEvents/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nThe 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\n\n**Data Connectors:** 1, **Parsers:** 1, **Workbooks:** 1, **Analytic Rules:** 3\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
1010
"subscription": {
1111
"resourceProviders": [
1212
"Microsoft.OperationsManagement/solutions",

Solutions/NetskopeAlertEvents/Package/mainTemplate.json

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

Solutions/NetskopeAlertEvents/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ then click **Connect**.
142142
## Notes
143143

144144
- The build-critical CCF connector is authored as JSON under
145-
`Data Connectors/NetskopeAlertEvents_CCF/`. The
146-
`Data Connectors/NetskopeAlertEventsConnectorDefinition.yaml` file is a
147-
human-readable specification only.
145+
`Data Connectors/NetskopeAlertEvents_CCF/`.
148146
- `Package/mainTemplate.json` and `Package/createUiDefinition.json` are generated by
149147
the Sentinel V3 packaging tool (`Tools/Create-Azure-Sentinel-Solution/V3/createSolutionV3.ps1`).

0 commit comments

Comments
 (0)