Links
Comment on page

Configuration

This section explains each of the properties in the configuration blade.

General

Property
Description
Collection
This associates the Agent to a specific Collection (default to that of the current Data Stream).
Refer to Collections and Stream Hosts to understand more about Collections.

Authentication

The Agent must use the credentials of an Azure App Registration to access the Azure Data Explorer instance.
Property
Description
Use Variables
Tick to select saved variables for the Client Id, Secret Key, Tenant Id, and Cluster URL properties; or enter the text manually.
Client Id
The Id of the Azure App Registration used to connect to the Azure Data Explorer instance.
Client Secret
The Secret of the Azure App Registration used to connect to the Azure Data Explorer instance.
Tenant Id
The Id of the tenant to which the Client belongs.

Cluster

Property
Description
Cluster Url
The Host Name used to create, start, edit, list, terminate, and delete clusters - in the format https://{clusterName}.{location}.kusto.windows.net). You can find the URL on the Azure Portal blade for the Data Explorer Cluster under the "URI" property.

Database

Property
Description
Database
The name of the database to connect to. Once selected, the Table property is populated with the list of available tables in the database.
Create New Table
Creates a new table in the database before writing data to it.
Table
The name of the table to connect to.

Endpoints

Name
Description
Input
This endpoint is used to receive data from the parent Agent.
Output
Events received from the parent Agent are processed and made available to this endpoint unchanged.
Error
Errors encountered during the execution of this Agent will be published on this endpoint.