Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/out_splunk/splunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ static struct flb_config_map config_map[] = {
},

{
FLB_CONFIG_MAP_STR, "http_passwd", "",
FLB_CONFIG_MAP_STR, "http_passwd", NULL,
0, FLB_TRUE, offsetof(struct flb_splunk, http_passwd),
"Set HTTP auth password"
},
Expand Down
Loading