TSC Azure Data Explorer Connector

The Azure Data Explorer Connector allows you to connect to an Azure Data Explorer instance and retrieve data as requested by the Application.

You can use this in your application to provide data to the Time Series Chart block. The advantage of this Connector over the standard Azure Data Explorer Connector is that it is optimized for server-side processing of the required grouping into buckets needed for the Time Series Chart data points. This reduces the response time and size, enabling quicker retrieval of data for longer periods.

Read on for an example and its configuration.

Live Updates

This Connector supports Live Updates, i.e. it can update the entity to display the most up-to-date information.

This capability is available when the Connector is configured for time series data (See Is Time Series) and polling (See Enable Polling).

Pre-requisites

The user must have credentials to an Azure subscription with permission to read Azure Data Explorer instances.

Azure Data Explorer's Kusto limits the number of records returned to 500,000, and the overall data size for those records to 64 MB. Read more about limits on the result set size here.

Current Version

  • Request the Azure Data Explorer Connector v1.00

Release Notes

v1.00, 03 Apr 2024

  • Initial Release

Last updated