Microsoft Sentinel
Cloud and workloads

Visualize your Data by using Workbooks in Microsoft Sentinel

In brief

The article updates wording and metadata, clarifies workbook saving and deletion behavior, recommends ASIM parsers for queries, and specifies that printing and saving as PDF are available only in the Azure portal.

What Defender admins need to know

Administrators get clearer guidance for creating and managing workbooks, choosing queries that support relevant data sources, and accessing print or PDF options.

Summaries are generated from the documentation change itself.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

  1. From the details pane, select Save, and then select the location where you want to save the workbook. This actionSaving the workbook creates an Azure resource in the selected location based on the relevant template. Only the workbook's JSON file is saved in this location, and no data.

  2. From the details pane, select View saved workbook to open it for editing.

  3. To edit the workbook, select Edit, and then add text, queries, and parameters as necessary.

    For more information on how to customize the workbook, see how to Create interactive reports with Azure Monitor Workbooks.

    :::image type="content" source="media/monitor-your-data/create-workbook.png" alt-text="Screenshot that shows a new workbook." lightbox="media/monitor-your-data/create-workbook.png":::

  4. When building a query, set the Data source to Logs and Resource type to Log Analytics, and then choose one or more workspaces.

    We recommend that your query uses an Advanced Security Information Model (ASIM) parser and not a built-in table. TheA query will then supportthat uses an ASIM parser supports any current or future relevant data source rather than a single data source.

  5. When you're done with your edits, select Done editing and then Save. In the side pane, enter a meaningful name for your workbook, and select the subscription and resource group for your workspace.

  6. When working in the Azure portal, switch between workbooks in your workspace by selecting Open Screenshot of the Open button used to switch between saved workbooks in your workspace. in the toolbar of any workbook. The screenworkbook view switches to a list of other saved workbooks you can switch to.open.

    Select the workbook you want to open:

Create new tiles for your workbooks

To add a custom tile to a Microsoft Sentinel workbook, first create the tile in Log Analytics. For more information, see Visual data in Log Analytics.

Once you create a tile, select Pin and then select the workbook where you want the tile to appear.

  • :::image type="icon" source="media/monitor-your-data/auto-refresh-workbook.png" border="false"::: Auto refresh, to set your workbook to automatically refresh at a configured interval.

    • Supported auto refresh intervals range from 5 minutes to 1 day.

    • Auto refresh is paused while you're editing a workbook, and intervals are restarted each time you switch back to view mode from edit mode.

    • Auto refresh intervals are also restarted if you manually refresh your data.

    By default, auto refresh is turned off. If you've turned auto-refresh on, it's turned off again each time you close the notebook to optimize perforamnce and prevent it from running in the background. Turn auto refresh back on as needed the next time you open the workbook.

Print a workbook or save as PDF (Azure portal only)

To print a workbook, or save it as a PDF, use the options menu to the right of the workbook title. TheseThe print and Save as PDF options are available only in the Azure portal. If you're working in the Defender portal, select Open in Azure to open the workbook in the Azure portal.

  1. Select options > :::image type="icon" source="media/monitor-your-data/print-icon.png" border="false"::: Print content.

You can delete both saved templates and customized workbooks from the My workbooks tab. Templates themselves can't be deleted.

To delete a workbook, select the workbook in the My workbooks tab, and then select Delete.

If you use Microsoft Entra ID with Microsoft Sentinel, we recommend that you install the Microsoft Entra solution for Microsoft Sentinel and use the following workbooks:

  • Microsoft Entra sign-ins analyzes sign-ins over time to see if there are anomalies. This workbook provides failed sign-ins by applications, devices, and locations so that you can notice, at a glance if something unusual happens. Pay attention to multiple failed sign-ins.
  • Microsoft Entra audit logs analyzes admin activities, such as changes in users (add, remove, etc.), group creation, and modifications.

Add firewall workbooks

We recommend that you install the appropriate solution from the Content hub to add a workbook for your firewall.

For example, install the Palo Alto firewall solution for Microsoft Sentinel to add the Palo Alto workbooks. The Palo Alto workbooks analyze your firewall traffic, providing you with correlations between your firewall data and threat events, and highlight suspicious events across entities.

:::image type="content" source="media/qs-get-visibility/palo-alto-week-query.png" alt-text="Screenshot of the Palo Alto workbook.":::

| project-away user1


See more information on the following items used in the preceding examples in the Kusto documentation:

- [***where*** operator](/kusto/query/where-operator?view=microsoft-sentinel&preserve-view=true)
- [***extend*** operator](/kusto/query/extend-operator?view=microsoft-sentinel&preserve-view=true)
- [***project*** operator](/kusto/query/project-operator?view=microsoft-sentinel&preserve-view=true)

[!INCLUDE [kusto-reference-general-no-alert](includes/kusto-reference-general-no-alert.md)]

## Related content

- [Commonly used Microsoft Sentinel workbooks](top-workbooks.md)
- [Azure Monitor workbooks](/azure/azure-monitor/visualize/workbooks-overview)