Skip to content

Commit e2a540f

Browse files
marcosdiezjeongki-kim
authored andcommitted
pack: add small documentation for the 'epoch_ms' format
Signed-off-by: Marcos Diez <[email protected]>
1 parent 4311417 commit e2a540f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fluent-bit/flb_pack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"supported formats: double, " \
5252
"iso8601 (e.g: 2018-05-30T09:39:52.000681Z), " \
5353
"java_sql_timestamp (e.g: 2018-05-30 09:39:52.000681, useful for AWS Athena), "\
54-
"and epoch."
54+
"epoch and epoch_ms (or epoch_millis or epoch_milliseconds)."
5555

5656
/* JSON formats (modes) */
5757
#define FLB_PACK_JSON_FORMAT_NONE 0

0 commit comments

Comments
 (0)