Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 741f68d

Browse files
committedMay 30, 2022
SOC section
1 parent 63a250b commit 741f68d

16 files changed

+70
-48
lines changed
 
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading
Loading

‎articles/sentinel/migration-convert-dashboards.md

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,33 @@ ms.custom: ignite-fall-2021
1010

1111
# Convert dashboards to Azure Workbooks
1212

13-
Dashboards in your existing SIEM will convert to [Azure Monitor Workbooks](monitor-your-data#use-built-in-workbooks.md), the Microsoft Sentinel adoption of Azure Monitor Workbooks, which provides versatility in creating custom dashboards.
13+
Dashboards in your existing SIEM will convert to [Azure Monitor Workbooks](monitor-your-data.md#use-built-in-workbooks), the Microsoft Sentinel adoption of Azure Monitor Workbooks, which provides versatility in creating custom dashboards.
1414

1515
This article describes how to review, plan, and convert your current workbooks to Azure Monitor Workbooks.
1616

1717
## Review dashboards in your current SIEM
1818

1919
Consider the following when designing your migration.
2020

21-
- **Discover dashboards**. Gather information about your dashboards, including design, parameters, data sources, and other details. Identity the purpose or usage of each dashboard.
21+
- **Discover dashboards**. Gather information about your dashboards, including design, parameters, data sources, and other details. Identify the purpose or usage of each dashboard.
2222
- **Select**. Don’t migrate all dashboards without consideration. Focus on dashboards that are critical and used regularly.
2323
- **Consider permissions**. Consider who are the target users for workbooks. Microsoft Sentinel uses Azure Workbooks, and [access is controlled](../azure-monitor/visualize/workbooks-access-control.md) using Azure Role Based Access Control (RBAC). To create dashboards outside Azure, for example for business execs without Azure access, using a reporting tool such as PowerBI.
2424

2525
## Prepare for the dashboard conversion
2626

2727
After reviewing your dashboards, do the following to prepare for your dashboard migration:
2828

29-
1. Review all of the visualizations in each dashboard. The dashboards in your current SIEM might contain several charts or panels. It is crucial to review the content of your short-listed dashboards to eliminate any unwanted visualizations or data.
30-
2. Capture the dashboard design and interactivity.
31-
3. Identify any design elements that are important to your users. For example, the layout of the dashboard, the arrangement of the charts or even the font size or color of the graphs.
32-
4. Capture any interactivity such as drilldown, filtering, and others that you need to carry over to Azure Monitor Workbooks. We will also discuss parameters and user inputs in the next step.
33-
5. Identify required parameters or user inputs. In most cases, you need to define parameters for users to perform search, filtering, or scoping the results (for example, date range, account name and others). Hence, it is crucial to capture the details around parameters. Below are some of the key points to help you with collecting the parameter requirements:
34-
- **Parameter type**: This represents the type of parameter for users to perform selection or input. For example. date range, text, and others.
35-
- **Parameter style**: Defines how the parameters are represented, such as dropdown, text box, or others.
36-
- **Value format**: The expected value format, for example, time, string, integer, and more.
37-
- **Additional properties**: Such as the default value, allow multi-select, conditional visibility, and more.
29+
- Review all of the visualizations in each dashboard. The dashboards in your current SIEM might contain several charts or panels. It is crucial to review the content of your short-listed dashboards to eliminate any unwanted visualizations or data.
30+
- Capture the dashboard design and interactivity.
31+
- Identify any design elements that are important to your users. For example, the layout of the dashboard, the arrangement of the charts or even the font size or color of the graphs.
32+
- Capture any interactivity such as drilldown, filtering, and others that you need to carry over to Azure Monitor Workbooks. We will also discuss parameters and user inputs in the next step.
33+
- Identify required parameters or user inputs. In most cases, you need to define parameters for users to perform search, filtering, or scoping the results (for example, date range, account name and others). Hence, it is crucial to capture the details around parameters. Here are some of the key points to help you with collecting the parameter requirements:
34+
- The type of parameter for users to perform selection or input. For example, date range, text, or others.
35+
- How the parameters are represented, such as drop-down, text box, or others.
36+
- The expected value format, for example, time, string, integer, or others.
37+
- Additional properties, such as the default value, allow multi-select, conditional visibility, or others.
3838

39-
## Convert dashboards to Azure Monitor workbooks
40-
41-
By the time you arrive at this stage, you should have identified a list of third-party dashboards to migrate and gathered the relevant details as described above.
39+
## Convert dashboards
4240

4341
Perform the following tasks in Azure Workbook and Microsoft Sentinel to convert your dashboard.
4442

@@ -54,7 +52,7 @@ In this step, you mainly work with KQL to visualize your data. You can construct
5452

5553
Learn how to optimize KQL queries:
5654
- [KQL query best practices](/azure/data-explorer/kusto/query/best-practices)
57-
- [Optimize queries in Azure Monitor Logs](/azure/azure-monitor/log-query/query-optimization)
55+
- [Optimize queries in Azure Monitor Logs](../azure-monitor/logs/query-optimization.md)
5856
- [Optimizing KQL performance (webinar)](https://youtu.be/jN1Cz0JcLYU)
5957

6058
#### 3. Create or update the workbook
@@ -78,14 +76,21 @@ Workbooks provide a rich set of capabilities for visualizing your data. Review t
7876

7977
- [Text](../azure-monitor/visualize/workbooks-text-visualizations.md)
8078
- [Charts](../azure-monitor/visualize/workbooks-chart-visualizations.md)
81-
- [Grids](../azure/azure-monitor/visualize/workbooks-grid-visualizations.md)
82-
- [Tiles](../azure/azure-monitor/visualize/workbooks-tile-visualizations.md)
83-
- [Trees](../azure/azure-monitor/visualize/workbooks-tree-visualizations.md)
84-
- [Graphs](../azure/azure-monitor/visualize/workbooks-graph-visualizations.md)
85-
- [Map](../azure/azure-monitor/visualize/workbooks-map-visualizations.md)
86-
- [Honey comb](/azure/azure-monitor/visualize/workbooks-honey-comb.md)
87-
- [Composite bar](/en-us/azure/azure-monitor/visualize/workbooks-composite-bar.md)
79+
- [Grids](../azure-monitor/visualize/workbooks-grid-visualizations.md)
80+
- [Tiles](../azure-monitor/visualize/workbooks-tile-visualizations.md)
81+
- [Trees](../azure-monitor/visualize/workbooks-tree-visualizations.md)
82+
- [Graphs](../azure-monitor/visualize/workbooks-graph-visualizations.md)
83+
- [Map](../azure-monitor/visualize/workbooks-map-visualizations.md)
84+
- [Honey comb](../azure-monitor/visualize/workbooks-honey-comb.md)
85+
- [Composite bar](../azure-monitor/visualize/workbooks-composite-bar.md)
8886

8987
#### 6. Preview and save the workbook
9088

91-
Once you have saved your workbook, specify the parameters, if any exist, and validate the results. You can also try the [auto refresh](tutorial-monitor-your-data#refresh-your-workbook-data.md) or the print feature to [save as a PDF](tutorial-monitor-your-data#print-a-workbook-or-save-as-pdf.md).
89+
Once you have saved your workbook, specify the parameters, if any exist, and validate the results. You can also try the [auto refresh](tutorial-monitor-your-data.md#refresh-your-workbook-data) or the print feature to [save as a PDF](monitor-your-data.md#print-a-workbook-or-save-as-pdf).
90+
91+
## Next steps
92+
93+
In this article, you learned how to convert your dashboards to Azure workbooks.
94+
95+
> [!div class="nextstepaction"]
96+
> [Update SOC processes](migration-soc-processes.md)

‎articles/sentinel/migration-soc-processes.md

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

0 commit comments

Comments
 (0)
Please sign in to comment.