Skip to content

Commit 412ea0a

Browse files
asquare14PettitWesley
authored andcommitted
out_stdout: add description for properties in config map
Signed-off-by: Atibhi Agrawal <[email protected]>
1 parent 3a6552a commit 412ea0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/out_stdout/stdout.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,17 @@ static struct flb_config_map config_map[] = {
159159
{
160160
FLB_CONFIG_MAP_STR, "format", NULL,
161161
0, FLB_FALSE, 0,
162-
NULL
162+
"Specifies the data format to be printed. Supported formats are msgpack json, json_lines and json_stream."
163163
},
164164
{
165165
FLB_CONFIG_MAP_STR, "json_date_format", NULL,
166166
0, FLB_FALSE, 0,
167-
NULL
167+
"Specifies the name of the date field in output."
168168
},
169169
{
170170
FLB_CONFIG_MAP_STR, "json_date_key", "date",
171171
0, FLB_TRUE, offsetof(struct flb_stdout, json_date_key),
172-
NULL
172+
"Specifies the format of the date. Supported formats are double, iso8601 and epoch."
173173
},
174174

175175
/* EOF */

0 commit comments

Comments
 (0)