Skip to content

Commit d076069

Browse files
pwhelanedsiper
authored andcommitted
in_calyptia_fleet: set upstream setting from the net.* properties.
Signed-off-by: Phillip Whelan <[email protected]>
1 parent baefeda commit d076069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/in_calyptia_fleet/in_calyptia_fleet.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,6 +2543,9 @@ static int in_calyptia_fleet_init(struct flb_input_instance *in,
25432543
return -1;
25442544
}
25452545

2546+
/* set upstream settings from 'net.*' */
2547+
flb_input_upstream_set(ctx->u, ctx->ins);
2548+
25462549
/* Log initial interval values */
25472550
flb_plg_debug(ctx->ins, "initial collector interval: sec=%d nsec=%d",
25482551
ctx->interval_sec, ctx->interval_nsec);

0 commit comments

Comments
 (0)