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.

Download

Please contact XMPro if you're looking for an older version of this Agent.

Last updated