Skip to content

Commit 3ef3cc0

Browse files
committed
add stream_name to flb_az_li
Signed-off-by: Jed Laundry <[email protected]>
1 parent 11dc25b commit 3ef3cc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/out_azure_logs_ingestion/azure_logs_ingestion.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* auth url needs tenant_id */
2727
#define FLB_AZ_LI_AUTH_URL_TMPLT "https://login.microsoftonline.com/"\
2828
"%s/oauth2/v2.0/token"
29-
/* DCE Full URL needs: dce_url, dcr_id, Log Analytics custom table name */
29+
/* DCE Full URL needs: dce_url, dcr_id, stream_name */
3030
#define FLB_AZ_LI_DCE_URL_TMPLT "%s/dataCollectionRules/%s/streams/"\
3131
"%s?"FLB_AZ_LI_API_VERSION
3232
/* TLS Modes for upstream connection = FLB_IO_TLS or FLB_IO_OPT_TLS*/
@@ -47,6 +47,7 @@ struct flb_az_li {
4747
flb_sds_t dce_url;
4848
flb_sds_t dcr_id;
4949
flb_sds_t table_name;
50+
flb_sds_t stream_name;
5051

5152
/* time_generated: on/off */
5253
int time_generated;

0 commit comments

Comments
 (0)