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
1 change: 1 addition & 0 deletions src/flb_plugin_proxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ static int flb_proxy_register_output(struct flb_plugin_proxy *proxy,

/* Plugin registration */
out->type = FLB_OUTPUT_PLUGIN_PROXY;
out->event_type = FLB_OUTPUT_LOGS | FLB_OUTPUT_METRICS;
out->proxy = proxy;
out->flags = def->flags;
out->name = flb_strdup(def->name);
Expand Down
Loading