Convert dashboards to Azure Workbooks

Convert dashboards from your existing security information and event management (SIEM) solution to an Azure workbook for Microsoft Sentinel. Azure Workbooks provide versatility to create custom dashboards for Microsoft Sentinel. This article describes how to review, plan, and convert your current dashboards to Azure Workbooks.

Review dashboards in your current SIEM

Consider the following steps when you design your migration.

  • Analyze dashboards. Gather information about your dashboards, including design, parameters, data sources, and other details. Identify the purpose or usage of each dashboard.
  • Be selective. Don’t migrate all dashboards without consideration. Focus on dashboards that are critical and used regularly.
  • Consider permissions. Consider who are the target users for workbooks. Azure Workbooks use Azure role-based access control (Azure RBAC). For more information, see Assess control in Azure Workbooks. To create dashboards outside Azure, for example for business executives without Azure access, use a reporting tool such as Power BI.

Prepare for the dashboard conversion

After reviewing your dashboards, complete the following tasks to prepare for your dashboard migration:

  • 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.

  • Capture the dashboard design and interactivity.

  • 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.

  • Capture any interactivity such as drilldown, filtering, and others that you need to carry over to Azure Workbooks.

  • 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:

    • The type of parameter for users to perform selection or input. For example, date range, text, or others.
    • How the parameters are represented, such as drop-down, text box, or others.
    • The expected value format, for example, time, string, integer, or others.
    • Other properties, such as the default value, allow multi-select, conditional visibility, or others.

Convert dashboards

To convert your dashboard, complete the following tasks in Azure Workbooks and Microsoft Sentinel.

1. Identify data sources

Azure Workbooks are compatible with a large number of data sources. For more information, see Azure Workbooks data sources. 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.

2. Construct or review KQL queries

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.

Before finalizing your KQL queries, always review and tune the queries to improve query performance. Optimized queries:

  • Run faster, reduce the overall duration of the query execution.
  • Have a smaller chance of being throttled or rejected.

For more information, see the following resources:

3. Create or update the workbook

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:

  • Vertical workbook
  • Tabbed workbook

For more information, see the following articles:

4. Create or update workbook parameters or user inputs

By the time you arrive at this stage, you 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.

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.

Review the supported workbook parameters. You can reference these parameter values in other parts of workbooks either via bindings or value expansions.

5. Create or update visualizations

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

6. Preview and save the workbook

After you save your workbook, specify the parameters, and validate the results. You can also try the auto refresh or the print feature to save as a PDF.

Next steps

In this article, you learned how to convert your dashboards to Azure workbooks.