Skip to content

Commit 2a27b45

Browse files
author
Anil Godavarthy
committed
New article for creating workbooks
1 parent 2a59e5a commit 2a27b45

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

articles/sentinel/sentinel-workbook-creation.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ In a Security Operations Center (SOC), Microsoft Sentinel Workbooks are used to
5050
"styleSettings": {},
5151
"fromTemplateId": "sentinel-MyNewWorkbook",
5252
"$schema": "https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json"
53-
54-
1. Save the JSON file and upload it to the **Workbooks** folder under your solution repositoryn in GitHub. If the Workbooks folder does not exist, create it.
55-
1. Capture two screenshots of your workbook - one each in dark and light themes> These will be used as preview images for your workbook. Please be consistent with the filename conventions - the dark theme filename should contain the word "black" and the light theme image should contain the word "white". Upload these images to https://github.com/Azure/Azure-Sentinel/tree/master/Workbooks/Images/Preview
56-
1. You can optionally add a logo that would be displayed in the Workbook. Upload the logo to https://github.com/Azure/Azure-Sentinel/tree/master/Workbooks/Images/Logos folder in GitHub. The logo should be in SVG format. If a logo is not provided, the default Microsoft Sentinel logo will be displayed.
57-
1. Add the below section for your workbook in the https://github.com/Azure/Azure-Sentinel/blob/master/Workbooks/WorkbooksMetadata.json file. This file contains metadata for all the workbooks in the Azure Sentinel gallery. For more details, you can look at the existing entries in the file.
53+
```
54+
3. Save the JSON file and upload it to the **Workbooks** folder under your solution repositoryn in GitHub. If the Workbooks folder does not exist, create it.
55+
1. Capture two screenshots of your workbook - one each in dark and light themes> These will be used as preview images for your workbook. Please be consistent with the filename conventions - the dark theme filename should contain the word "black" and the light theme image should contain the word "white". Upload these images to https://github.com/Azure/Azure-Sentinel/tree/master/Workbooks/Images/Preview
56+
1. You can optionally add a logo that would be displayed in the Workbook. Upload the logo to https://github.com/Azure/Azure-Sentinel/tree/master/Workbooks/Images/Logos folder in GitHub. The logo should be in SVG format. If a logo is not provided, the default Microsoft Sentinel logo will be displayed.
57+
1. Add the below section for your workbook in the https://github.com/Azure/Azure-Sentinel/blob/master/Workbooks/WorkbooksMetadata.json file. This file contains metadata for all the workbooks in the Azure Sentinel gallery. For more details, you can look at the existing entries in the file.
5858

5959
```json
6060
{
@@ -79,4 +79,8 @@ In a Security Operations Center (SOC), Microsoft Sentinel Workbooks are used to
7979
"subtitle": "",
8080

8181
"provider": "Your company name" //Name of the company/author who owns the workbook and is responsible for providing support
82-
}
82+
}
83+
```
84+
## Related content
85+
86+
[Pubish Microsoft Sentinel solutions](/azure/sentinel/publish-sentinel-solutions)

0 commit comments

Comments
 (0)