We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dc25b commit 3ef3cc0Copy full SHA for 3ef3cc0
plugins/out_azure_logs_ingestion/azure_logs_ingestion.h
@@ -26,7 +26,7 @@
26
/* auth url needs tenant_id */
27
#define FLB_AZ_LI_AUTH_URL_TMPLT "https://login.microsoftonline.com/"\
28
"%s/oauth2/v2.0/token"
29
-/* DCE Full URL needs: dce_url, dcr_id, Log Analytics custom table name */
+/* DCE Full URL needs: dce_url, dcr_id, stream_name */
30
#define FLB_AZ_LI_DCE_URL_TMPLT "%s/dataCollectionRules/%s/streams/"\
31
"%s?"FLB_AZ_LI_API_VERSION
32
/* TLS Modes for upstream connection = FLB_IO_TLS or FLB_IO_OPT_TLS*/
@@ -47,6 +47,7 @@ struct flb_az_li {
47
flb_sds_t dce_url;
48
flb_sds_t dcr_id;
49
flb_sds_t table_name;
50
+ flb_sds_t stream_name;
51
52
/* time_generated: on/off */
53
int time_generated;
0 commit comments