We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d076069 commit b938c4dCopy full SHA for b938c4d
plugins/in_calyptia_fleet/in_calyptia_fleet.c
@@ -1883,6 +1883,7 @@ flb_sds_t fleet_config_get(struct flb_in_calyptia_fleet_config *ctx)
1883
}
1884
1885
fleet_config_get_properties(&buf, &c_ins->properties, ctx->fleet_config_legacy_format);
1886
+ fleet_config_get_properties(&buf, &c_ins->net_properties, ctx->fleet_config_legacy_format);
1887
1888
if (flb_config_prop_get("fleet_id", &c_ins->properties) == NULL) {
1889
if (ctx->fleet_id != NULL) {
0 commit comments