Azure Data Explorer
The Azure Data Explorer Agents allow you to connect your Data Stream to an Azure Data Explorer (ADX) instance.
The ADX platform is a fully managed, high-performance, big data analytics platform that makes it easy to analyze high volumes of data in near real-time. For more information about the ADX platform, please see their store page and documentation.
The Listener allows you to return new rows added to an Azure Data Explorer's table. It operates on a timed interval and returns all new rows added to the table since the last interval.
The Context Provider allows you to read and output the entire contents of an Azure Data Explorer's table to the Data Stream for contextual data.
The Reader is similar to the Context Provider but has the added capability to filter an Azure Data Explorer table using dynamic input from the Data Stream.
The Action Agent allows you to insert or update rows in Azure Data Explorer's table. You can configure whether the destination table should be created before writing to it.
Pre-requisites
The credentials of an Azure App Registration with permission to read and manage Azure Data Explorer instances.
Current Version
Request the Azure Data Explorer Listener v1.15
Request the Azure Data Explorer Context Provider v1.13
Request the Azure Data Explorer Reader v1.0
Request the Azure Data Explorer Action Agent v1.05
Please contact XMPro if you're looking for an older version of this Agent.
Listener Release Notes
v1.15, 22 Jun 2023
Include Materialized Views in the Table property dropdown
v1.14, 08 Mar 2023
Handle column names with valid special characters
Older
v1.13, 12 Dec 2022
Repackaged to include the Agent's Category
v1.12, 03 Apr 2022
Added non-variable support for clientid, client secret, tenantid, and cluster url
v1.11, 21 Sep 2021
Fixed query issue when the Timestamp column is of DateTime data type
v1.10, 13 Jul 2021
Added option to specify ADX query
v1.01, 03 May 2021
Changed the GUID of the agent
v1.0, 15 Apr 2021
Initial Release
Context Provider Release Notes
v1.13, 22 Jun 2023
Include Materialized Views in the Table property dropdown
Older
v1.12, 12 Dec 2022
Repackaged to include the Agent's Category
v1.11, 03 Apr 2022
Added non-variable support for clientid, client secret, tenantid, and cluster url
v1.1, 13 Jul 2021
Handle column names with valid special characters
Added option to specify ADX query
v1.0, 14 Apr 2021
Initial Release
Reader (Action Agent) Release Notes
v1.0, 21 Jun 2023
Initial Release
Action Agent Release Notes
v1.05, 09 Jul 2024
Fixed assembly loading error when publishing the Data Stream, caused by an unresolved NuGet dependency on the Microsoft.IdentityModel.Clients.ActiveDirectory DLL
Older
v1.04, 12 Dec 2022
Repackaged to include the Agent's Category
v1.03, 28 Apr 2021
Added "Create New Table" option
Added validation
v1.02, 28 Apr 2021
Added Authentication configuration group.
Empty Table box does not generate "(create)" table option
v1.01, 26 Apr 2021
The selected table will be created if they do not already exist, using the parent agent's output as a data schema
Streaming ingestion will automatically be enabled for the selected table on startup, if permissions allow
The app registration will automatically be given ingestor permissions for the selected table on startup, if permissions allow
v1.0, 22 Apr 2021
Initial Release
Last updated