Skip to content

Commit 12299e4

Browse files
committed
Convert dashboard to workbook upds
1 parent 3684f7c commit 12299e4

File tree

1 file changed

+41
-28
lines changed

1 file changed

+41
-28
lines changed

articles/sentinel/migration-convert-dashboards.md

Lines changed: 41 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,88 @@
11
---
2-
title: "Convert dashboards to Azure Monitor Workbooks | Microsoft Docs"
3-
description: Learn how to review, planning and migrate your current workbooks to Azure Workbooks.
4-
author: limwainstein
5-
ms.author: lwainstein
2+
title: Convert dashboards to Azure Workbooks in Microsoft Sentinel
3+
description: Learn how to review, planning and migrate your current dashboards to Azure Workbooks.
4+
author: cwatson-cat
5+
ms.author: cwatson
66
ms.topic: how-to
7-
ms.date: 05/03/2022
7+
ms.date: 06/12/2024
8+
appliesto:
9+
- Microsoft Sentinel in the Azure portal and the Microsoft Defender portal
10+
ms.collection: usx-security
811
---
912

1013
# Convert dashboards to Azure Workbooks
1114

12-
Dashboards in your existing SIEM will convert to [Azure Monitor Workbooks](monitor-your-data.md), the Microsoft Sentinel adoption of Azure Monitor Workbooks, which provides versatility in creating custom dashboards.
15+
Convert dashboards in your existing SIEM to an Azure workbook for Microsoft Sentinel. Azure Workbooks provide versatility to create custom dashboards for Microsoft Sentinel.
1316

14-
This article describes how to review, plan, and convert your current workbooks to Azure Monitor Workbooks.
17+
This article describes how to review, plan, and convert your current dashboards to Azure Workbooks.
1518

1619
## Review dashboards in your current SIEM
1720

18-
Review these considerations when designing your migration.
21+
Review these considerations when designing your migration.
1922

2023
- **Discover dashboards**. Gather information about your dashboards, including design, parameters, data sources, and other details. Identify the purpose or usage of each dashboard.
2124
- **Select**. Don’t migrate all dashboards without consideration. Focus on dashboards that are critical and used regularly.
22-
- **Consider permissions**. Consider who are the target users for workbooks. Microsoft Sentinel uses Azure Workbooks, and [access is controlled](../azure-monitor/visualize/workbooks-overview.md#access-control) 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 Power BI.
25+
- **Consider permissions**. Consider who are the target users for workbooks. Azure Workbooks use Azure role-based access control (RBAC). For more information, see [Assess control in Azure Workbooks](/azure/azure-monitor/visualize/workbooks-overview#access-control). To create dashboards outside Azure, for example for business executives without Azure access, use a reporting tool such as Power BI.
2326

2427
## Prepare for the dashboard conversion
2528

26-
After reviewing your dashboards, do the following to prepare for your dashboard migration:
29+
After reviewing your dashboards, do the following tasks to prepare for your dashboard migration:
2730

2831
- Review all of the visualizations in each dashboard. The dashboards in your current SIEM might contain several charts or panels. It's crucial to review the content of your short-listed dashboards to eliminate any unwanted visualizations or data.
2932
- Capture the dashboard design and interactivity.
3033
- 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.
31-
- Capture any interactivity such as drilldown, filtering, and others that you need to carry over to Azure Monitor Workbooks.
32-
- 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's crucial to capture the details around parameters. Here are some of the key points to help you with collecting the parameter requirements:
33-
- The type of parameter for users to perform selection or input. For example, date range, text, or others.
34-
- How the parameters are represented, such as drop-down, text box, or others.
35-
- The expected value format, for example, time, string, integer, or others.
36-
- Other properties, such as the default value, allow multi-select, conditional visibility, or others.
34+
- Capture any interactivity such as drilldown, filtering, and others that you need to carry over to Azure Workbooks.
35+
- 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's crucial to capture the details around parameters. Here are some of the key parameter requirements to collect:
36+
37+
- The type of parameter for users to perform selection or input. For example, date range, text, or others.
38+
- How the parameters are represented, such as drop-down, text box, or others.
39+
- The expected value format, for example, time, string, integer, or others.
40+
- Other properties, such as the default value, allow multi-select, conditional visibility, or others.
3741

3842
## Convert dashboards
3943

4044
Perform the following tasks in Azure Workbook and Microsoft Sentinel to convert your dashboard.
4145

42-
#### 1. Identify data sources
46+
### 1. Identify data sources
47+
48+
Azure Workbooks are compatible with a large number of data sources. For more information, see [Azure Workbooks data sources](../azure-monitor/visualize/workbooks-data-sources.md). In most cases, use the Azure Monitor logs data source and Kusto Query Language (KQL) queries to visualize the underlying logs in your Microsoft Sentinel workspace.
49+
50+
### 2. Construct or review KQL queries
4351

44-
Azure Monitor workbooks are [compatible with a large number of data sources](../azure-monitor/visualize/workbooks-data-sources.md). In most cases, use the Azure Monitor Logs data source and use Kusto Query Language (KQL) queries to visualize the underlying logs in your Microsoft Sentinel workspace.
52+
In this step, you mainly work with KQL to visualize your data. You can construct and test your queries in Microsoft Sentinel before converting them to Azure Workbooks. To test the queries from Microsoft Sentinel in the Azure portal, go to **Logs**. From Microsoft Sentinel in the Defender portal, go to **Investigation & response** > **Hunting** > **Advanced hunting**.
4553

46-
#### 2. Construct or review KQL queries
54+
Before finalizing your KQL queries, always review and tune the queries to improve query performance. Optimized queries:
4755

48-
In this step, you mainly work with KQL to visualize your data. You can construct and test your queries in the Microsoft Sentinel Logs page before converting them to Azure Monitor workbooks. Before finalizing your KQL queries, always review and tune the queries to improve query performance. Optimized queries:
4956
- Run faster, reduce the overall duration of the query execution.
5057
- Have a smaller chance of being throttled or rejected.
5158

52-
Learn how to optimize KQL queries:
59+
For more information, see the following resources:
60+
5361
- [KQL query best practices](/azure/data-explorer/kusto/query/best-practices)
5462
- [Optimize queries in Azure Monitor Logs](../azure-monitor/logs/query-optimization.md)
55-
- [Optimizing KQL performance (webinar)](https://youtu.be/jN1Cz0JcLYU)
63+
- [Optimizing KQL performance (webinar)](https://youtu.be/jN1Cz0JcLYU)
5664

57-
#### 3. Create or update the workbook
65+
### 3. Create or update the workbook
5866

59-
[Create](tutorial-monitor-your-data.md#create-new-workbook) a workbook, update the workbook, or clone an existing workbook so that you don’t have to start from scratch. Also, specify how the data or visualizations will be represented, arranged and [grouped](../azure-monitor/visualize/workbooks-groups.md). There are two common designs:
67+
Create a workbook, update the workbook, or clone an existing workbook so that you don’t have to start from scratch. Also, specify how the data or visualizations is represented, arranged and grouped. There are two common designs:
6068

6169
- Vertical workbook
6270
- Tabbed workbook
6371

64-
#### 4. Create or update workbook parameters or user inputs
72+
For more information, see the following articles:
73+
74+
- [Visualize and monitor your data by using workbooks in Microsoft Sentinel](monitor-your-data.md)
75+
- [Add groups in Azure Workbooks](../azure-monitor/visualize/workbooks-create-workbook.md#add-groups)
76+
77+
### 4. Create or update workbook parameters or user inputs
6578

66-
By the time you arrive at this stage, you should have [identified the required parameters](#prepare-for-the-dashboard-conversion). With parameters, you can collect input from the consumers and reference the input in other parts of the workbook. This input is typically used to scope the result set, to set the correct visualization, and allows you to build interactive reports and experiences.
79+
By the time you arrive at this stage, you should have identified the required parameters for your workbook. With parameters, you can collect input from the consumers and reference the input in other parts of the workbook. This input is typically used to scope the result set, to set the correct visualization, and allows you to build interactive reports and experiences.
6780

6881
Workbooks allow you to control how your parameter controls are presented to consumers. For example, you select whether the controls are presented as a text box vs. drop down, or single- vs. multi-select. You can also select which values to use, from text, JSON, KQL, or Azure Resource Graph, and more.
6982

7083
Review the [supported workbook parameters](../azure-monitor/visualize/workbooks-parameters.md). You can reference these parameter values in other parts of workbooks either via bindings or value expansions.
7184

72-
#### 5. Create or update visualizations
85+
### 5. Create or update visualizations
7386

7487
Workbooks provide a rich set of capabilities for visualizing your data. Review these detailed examples of each visualization type.
7588

@@ -83,7 +96,7 @@ Workbooks provide a rich set of capabilities for visualizing your data. Review t
8396
- [Honey comb](../azure-monitor/visualize/workbooks-honey-comb.md)
8497
- [Composite bar](../azure-monitor/visualize/workbooks-composite-bar.md)
8598

86-
#### 6. Preview and save the workbook
99+
### 6. Preview and save the workbook
87100

88101
Once you've 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).
89102

0 commit comments

Comments
 (0)