fortinet content UPlift#14471
Open
Alekhya0824 wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Fortinet FortiNDR Cloud solution workbook to improve usability (new intro text, parameters, labels, and empty-state messaging) and bumps solution release notes accordingly.
Changes:
- Expanded workbook introductory guidance and added a top-level parameter block (TimeRange/Subscription/Workspace).
- Improved workbook item naming and added
noDataMessage/ export parameters across multiple visuals. - Updated solution release notes and regenerated package template content (including ARM apiVersion changes).
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| Solutions/Fortinet FortiNDR Cloud/Workbooks/FortinetFortiNdrCloudWorkbook.json | Adds new parameters + improves labels/empty-state messaging/export behavior in workbook visuals. |
| Solutions/Fortinet FortiNDR Cloud/ReleaseNotes.md | Adds a new version entry for the workbook update. |
| Solutions/Fortinet FortiNDR Cloud/Package/mainTemplate.json | Updates packaged ARM template output (savedSearches apiVersion + embedded workbook serializedData changes). |
Comment on lines
208
to
+216
| "showExportToExcel": true, | ||
| "queryType": 0, | ||
| "resourceType": "microsoft.operationalinsights/workspaces", | ||
| "visualization": "piechart" | ||
| "visualization": "piechart", | ||
| "exportParameterName": "SelectedRow_0", | ||
| "noDataMessage": "No data matched the selected filters and time range." | ||
| }, | ||
| "customWidth": "50", | ||
| "name": "main-Suricata" | ||
| "name": "Suricata Counts by Category" |
Comment on lines
265
to
+273
| "showExportToExcel": true, | ||
| "queryType": 0, | ||
| "resourceType": "microsoft.operationalinsights/workspaces", | ||
| "visualization": "piechart" | ||
| "visualization": "piechart", | ||
| "exportParameterName": "SelectedRow_0", | ||
| "noDataMessage": "No data matched the selected filters and time range." | ||
| }, | ||
| "customWidth": "50", | ||
| "name": "main-detections-s - Copy" | ||
| "name": "Detection Counts by Confidence" |
Comment on lines
+11
to
+74
| { | ||
| "type": 11, | ||
| "content": { | ||
| "parameters": [ | ||
| { | ||
| "id": "time_range_param", | ||
| "version": "KqlParameterItem/1.0", | ||
| "name": "TimeRange", | ||
| "type": 4, | ||
| "isRequired": true, | ||
| "isGlobal": true, | ||
| "value": { | ||
| "durationMs": 86400000 | ||
| }, | ||
| "typeSettings": { | ||
| "selectableValues": [ | ||
| { | ||
| "durationMs": 3600000 | ||
| }, | ||
| { | ||
| "durationMs": 14400000 | ||
| }, | ||
| { | ||
| "durationMs": 43200000 | ||
| }, | ||
| { | ||
| "durationMs": 86400000 | ||
| }, | ||
| { | ||
| "durationMs": 172800000 | ||
| }, | ||
| { | ||
| "durationMs": 604800000 | ||
| }, | ||
| { | ||
| "durationMs": 2592000000 | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "id": "subscription_param", | ||
| "version": "KqlParameterItem/1.0", | ||
| "name": "Subscription", | ||
| "type": 6, | ||
| "isRequired": true, | ||
| "multiSelect": true, | ||
| "quote": "'", | ||
| "delimiter": "," | ||
| }, | ||
| { | ||
| "id": "workspace_param", | ||
| "version": "KqlParameterItem/1.0", | ||
| "name": "Workspace", | ||
| "type": 5, | ||
| "isRequired": true, | ||
| "multiSelect": true, | ||
| "quote": "'", | ||
| "delimiter": "," | ||
| } | ||
| ] | ||
| }, | ||
| "name": "parameters" | ||
| }, |
Comment on lines
290
to
296
| { | ||
| "type": 1, | ||
| "content": { | ||
| "json": "**FortiDNR Cloud Suricata Chart:**" | ||
| "json": "## FortiNDR Cloud workbook\n\nUse this workbook to review Suricata, observation, and detection activity from the Fortinet FortiNDR Cloud parser. Ensure the Kusto function alias **Fortinet_FortiNDR_Cloud** is deployed first, then use the time range and filters to focus on specific sensors, categories, severities, and confidence values.\n\n**Prerequisites:** the Fortinet FortiNDR Cloud Kusto function must exist in the target workspace, and the workbook should be connected to a workspace that contains FortiNDR Cloud data. [Deployment steps](https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Solutions/Fortinet%20FortiNDR%20Cloud/Package/Content%20Hub/Workbooks/FortiNDR%20Cloud%20Workbook.json)" | ||
| }, | ||
| "name": "text - 4" | ||
| }, |
Comment on lines
1
to
4
| | **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | | ||
| |-------------|--------------------------------|-------------------------------------------------------| | ||
| | 3.0.4 | 12-06-2026 | Updated **Workbook** | | ||
| | 3.0.3 | 05-05-2025 | Use Flex Consumption plan to hold Data Connector | |
Contributor
|
Hi @Alekhya0824 Kindly review above comments. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Required items, please complete
Change(s):
Reason for Change(s):
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present: