Creating workbooks in a Log Analytics workspace to visualize monitoring data
Workbooks help you visually explore data stored in Log Analytics workspaces. Workbooks make exploring data stored in a Log Analytics workspace easier since you don’t need to write Kusto queries to read the data. In this recipe, we will create two workbooks – one each for monitoring Synapse Spark and SQL pools.
Getting ready
To get started, log in to https://portal.azure.com using your Azure credentials:
- Complete the Configuring a Log Analytics workspace for Synapse dedicated SQL pools and Configuring a Log Analytics workspace for Synapse Spark pools recipes covered earlier in this chapter.
- Download the
SQLPool_Queries.sql
script from https://github.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/blob/main/chapter11/SQLPool_Queries.sql and run it in Packtadesqlpool, as explained in step 1 of the How to do it… section of the Using Kusto queries to monitor...