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

Property | Description |
---|---|
Collection | This associates the Agent to a specific Collection (default to that of the current Data Stream). |
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 | |
Client Secret | |
Tenant Id | The Id of the tenant to which the Client belongs. |
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. |
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. |
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. |
Last modified 4h ago