TSA 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 Analysis 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 Analysis 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.
The minimum XMPro App Designer version required is as follows:
v1.10+ requires XMPro App Designer v4.4.12+
v1.00 requires XMPro App Designer v4.4.1+
v1.10+
v1.00
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 TSA Azure Data Explorer Connector v1.10
Please contact XMPro if you're looking for an older version of this Connector.
TSA Release Notes
v1.10
1 Oct 2024
Renamed from "TSC Azure Data Explorer" to "TSA Azure Data Explorer" to align with the renaming of the block.
TSC Release Notes (Deprecated)
v1.00
3 Apr 2024
Initial release.
Last updated