Skip to content

Commit 7a16331

Browse files
committed
in_tail: config_map entry for encoding
Signed-off-by: Nigel Stewart <[email protected]>
1 parent 85b3f91 commit 7a16331

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugins/in_tail/tail.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,13 @@ static struct flb_config_map config_map[] = {
503503

504504
#endif
505505

506+
/* Encoding Options */
507+
{
508+
FLB_CONFIG_MAP_STR, "encoding", NULL,
509+
0, FLB_FALSE, 0,
510+
"Encoding"
511+
},
512+
506513
/* EOF */
507514
{0}
508515
};

0 commit comments

Comments
 (0)