A cloud-native SIEM solution that provides intelligent security analytics and threat detection across systems
Microsoft Sentinel workbooks support native data refresh, but not true scheduled report generation.
- Auto-refresh is supported in workbooks.
- It can be set from 5 minutes to 1 day.
- Auto-refresh runs only while the workbook is open in view mode.
- It is paused during editing.
- It is turned off again when the workbook is closed, so it does not continue running in the background.
- Manual refresh is also supported.
- Print and Save as PDF are available only in the Azure portal, not as a scheduled export feature.
For Microsoft Sentinel data lake workbooks specifically:
- Workbooks can query the Sentinel data lake directly and render charts and tables.
- Because workbook visuals can auto-refresh and run many times, query performance guidance is to add time filters, summarize results, and project only needed columns.
For timed execution of queries or periodic data preparation, the Microsoft Sentinel-native approach is KQL jobs:
- KQL jobs are one-time or scheduled asynchronous KQL queries on data in the Microsoft Sentinel data lake.
- They are intended for scenarios such as:
- long-running investigations,
- historical scans,
- anomaly detection,
- recurring baselines,
- promoting data from the data lake to the analytics tier.
- Scheduling frequency for KQL jobs is on-demand, daily, weekly, or monthly.
- KQL jobs can be created from Sentinel > Data lake exploration > Jobs.
So the practical guidance is:
- Use workbook auto-refresh when an analyst is actively viewing a dashboard and near-real-time refresh is enough.
- Use KQL jobs when scheduled backend query execution or recurring historical analysis is needed.
- Use workbook Print / Save as PDF only for manual output; the provided material does not describe native scheduled workbook export or snapshot generation.
The provided material does not establish a Microsoft-recommended Sentinel-specific pattern using Logic Apps or Power BI for scheduled workbook snapshot/export. It only supports that workbooks have interactive refresh, and that KQL jobs are the scheduled execution mechanism in the Sentinel data lake.
- Visualize and monitor your data by using workbooks in Microsoft Sentinel
- Visualize data in Microsoft Sentinel data lake using workbooks
- KQL and the Microsoft Sentinel data lake
- Manage jobs in the Microsoft Sentinel data lake
- Compare KQL jobs, summary rules, and search jobs in Microsoft Sentinel
- Ingest Data to Microsoft Sentinel Data Lake