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 87194d7 commit e108034Copy full SHA for e108034
src/multiline/flb_ml_parser_cri.c
@@ -40,6 +40,7 @@ static struct flb_parser *cri_parser_create(struct flb_config *config)
40
NULL, /* time offset */
41
FLB_TRUE, /* time keep */
42
FLB_FALSE, /* time strict */
43
+ FLB_FALSE, /* time system timezone */
44
FLB_FALSE, /* no bare keys */
45
NULL, /* parser types */
46
0, /* types len */
src/multiline/flb_ml_parser_docker.c
@@ -35,6 +35,7 @@ static struct flb_parser *docker_parser_create(struct flb_config *config)
35
36
37
38
39
0 commit comments