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.16
Request the Azure Data Explorer Context Provider v1.14
Request the Azure Data Explorer Reader v1.10
Request the Azure Data Explorer Action Agent v1.06
Please contact XMPro if you're looking for an older version of this Agent.
Listener Release Notes
1.16
27 Dec 2024
Repackaged to translate the Agent's properties.
1.15
22 Jun 2023
Include Materialized Views in the Table property dropdown.
1.14
08 Mar 2023
Handle column names with valid special characters.
1.13
12 Dec 2022
Repackaged to include the Agent's Category.
1.12
03 Apr 2022
Support non-variables for clientid, client secret, tenantid, and cluster url.
1.11
21 Sep 2021
Fixed query issue when the Timestamp column is of DateTime data type.
1.10
13 Jul 2021
Added option to specify ADX query.
1.01
03 May 2021
Changed the GUID of the agent.
1.00
15 Apr 2021
Initial Release.
Context Provider Release Notes
1.14
27 Dec 2024
Repackaged to translate the Agent's properties.
1.13
22 Jun 2023
Include Materialized Views in the Table property dropdown.
1.12
12 Dec 2022
Repackaged to include the Agent's Category.
1.11
03 Apr 2022
Support non-variables for clientid, client secret, tenantid, and cluster url.
1.10
13 Jul 2021
Handle column names with valid special characters. Added option to specify ADX query.
1.00
15 Apr 2021
Initial Release.
Reader (Action Agent) Release Notes
1.10
27 Dec 2024
Repackaged to translate the Agent's properties.
1.00
21 Jun 2023
Initial Release.
Action Agent Release Notes
1.06
27 Dec 2024
Repackaged to translate the Agent's properties.
1.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.
1.04
12 Dec 2022
Repackaged to include the Agent's Category.
1.03
28 Apr 2021
Added "Create New Table" option.
Added validation.
1.02
28 Apr 2021
Added Authentication configuration group.
Empty Table box does not generate "(create)" table option.
1.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.
1.00
22 Apr 2021
Initial Release.
Last updated