Skip to content

Commit 5233aad

Browse files
committed
processor: fix missing read_groups flags for log event decoder
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
1 parent a1f8de6 commit 5233aad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flb_processor.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@ struct flb_processor_instance *flb_processor_instance_create(struct flb_config *
10631063
flb_processor_instance_destroy(instance);
10641064
instance = NULL;
10651065
}
1066+
flb_log_event_decoder_read_groups(instance->log_decoder, FLB_TRUE);
10661067

10671068
return instance;
10681069
}

0 commit comments

Comments
 (0)