Azure Monitor - Inject custom logs action

The Inject custom logs action sends custom log events to Azure Monitor. It defines the structure of your log events and sends them to a specified Data Collection Rule (DCR) stream.

CLIENT CREDENTIALS AUTH REQUIRED

This action requires a connection that uses client credentials authentication.

Input

FieldDescription
Data collection rule IDEnter the unique identifier of the Data Collection Rule in your Azure subscription. Learn more about the configuration of data collection rules
Stream nameEnter the name of the stream defined in your Data Collection Rule (DCR). Custom streams use the format Custom-<TableName>_CL. For example, if your custom table is WorkatoLogs_CL, the stream name is Custom-WorkatoLogs_CL. Learn more about DCR stream configuration.
API versionSelect the Azure Monitor Logs API version. Defaults to the latest version.
Log schemaDefine the structure of each log record. Add fields to match the properties you send.

Output

FieldDescription
SuccessIndicates whether the log injection was successful.

Last updated: