Skip to content

Commit

Permalink
out_stdout: support blob type (print targe file name)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Sep 16, 2024
1 parent 7bd6bd1 commit e7defa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_stdout/stdout.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,6 @@ struct flb_output_plugin out_stdout_plugin = {
.cb_exit = cb_stdout_exit,
.flags = 0,
.workers = 1,
.event_type = FLB_OUTPUT_LOGS | FLB_OUTPUT_METRICS | FLB_OUTPUT_TRACES,
.event_type = FLB_OUTPUT_LOGS | FLB_OUTPUT_METRICS | FLB_OUTPUT_TRACES | FLB_OUTPUT_BLOBS,
.config_map = config_map
};

0 comments on commit e7defa8

Please sign in to comment.