Skip to content

Commit 78cfee7

Browse files
authored
add stream_name to flb_config_map struct
1 parent 6c505e0 commit 78cfee7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugins/out_azure_logs_ingestion/azure_logs_ingestion.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,11 @@ static struct flb_config_map config_map[] = {
409409
0, FLB_TRUE, offsetof(struct flb_az_li, table_name),
410410
"The name of the custom log table, including '_CL' suffix"
411411
},
412+
{
413+
FLB_CONFIG_MAP_STR, "stream_name", (char *)NULL,
414+
0, FLB_TRUE, offsetof(struct flb_az_li, stream_name),
415+
"The stream name from the DCR"
416+
},
412417
/* optional params */
413418
{
414419
FLB_CONFIG_MAP_STR, "time_key", FLB_AZ_LI_TIME_KEY,

0 commit comments

Comments
 (0)