Skip to content

Commit 32433c5

Browse files
committed
Add unixtime_millis, unixtime_micros and unixtime_nanos
This commit adds the options introduced by fluent/fluentd#3220. Signed-off-by: abicky <[email protected]>
1 parent 9cd7d68 commit 32433c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

configuration/inject-section.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ Injected Record:
6767
type
6868

6969
* Default: `float`
70-
* Available values: `float`, `unixtime`, `string`
71-
* `float`: seconds from Epoch + nano seconds \(e.g.
72-
73-
1510544836.154709804\)
74-
75-
* `unixtime`: seconds from Epoch \(e.g. 1510544815\)
70+
* Available values:
71+
* `float`: seconds from Epoch + microseconds \(e.g. 1510544836.154709\)
72+
* `unixtime`: seconds from Epoch \(e.g. 1510544836\)
73+
* `unixtime_millis`: milliseconds from Epoch \(e.g. 1510544836154\)
74+
* `unixtime_micros`: microseconds from Epoch \(e.g. 1510544836154709\)
75+
* `unixtime_nanos`: nanoseconds from Epoch \(e.g. 1510544836154709804\)
7676
* `string`: use format specified by `time_format`, local time or time
7777

7878
zone

0 commit comments

Comments
 (0)