azure_log_analytics
Sends events via the Microsoft Azure Logs Ingestion API.
Description
The azure_log_analytics
operator makes it possible to upload events to
supported tables or to custom tables in Microsoft Azure.
The operator handles access token retrievals by itself and updates that token automatically, if needed.
tenant_id = str
The Microsoft Directory (tenant) ID, written as
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
.
client_id = str
The Microsoft Application (client) ID, written as
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
.
client_secret = str
The client secret.
dce = str
The data collection endpoint URL.
dcr = str
The data collection rule ID, written as dcr-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
.
table = str
The table to upload events to.
Examples
Upload custom.mydata
events to a table Custom-MyData
: