Concept

SQLWATCH can send data to Azure Log Analytics which can be used centralised storage for long term storage and data analysis.

Each SQLWATCH instance can send data independently and does not require any central repository or central servers. Each server will require access to the Azure Log API over the internet.

Although it is possible to set it up in a way that the central server is sending the data rather than individual instance, such configuration is out of the scope of this document.

The main benefit is that we can offload the entire reporting to Azure where we can keep months worth of data and do all kinds of data analysis using Azure Workbooks.

Power BI also has the functionality to interface with the Azure Log Analytics. Although the default dashboard that comes with SQLWATCH connects to a SQL Server, it can be modified to connect to Azure Log Analytics.

Alerts can also be set in Azure Log to monitor missing data and alert us when a server stopped sending data or when the thresholds are out of bounds.

Screenshots

Last updated