We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd7d68 commit 32433c5Copy full SHA for 32433c5
configuration/inject-section.md
@@ -67,12 +67,12 @@ Injected Record:
67
type
68
69
* 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\)
+ * Available values:
+ * `float`: seconds from Epoch + microseconds \(e.g. 1510544836.154709\)
+ * `unixtime`: seconds from Epoch \(e.g. 1510544836\)
+ * `unixtime_millis`: milliseconds from Epoch \(e.g. 1510544836154\)
+ * `unixtime_micros`: microseconds from Epoch \(e.g. 1510544836154709\)
+ * `unixtime_nanos`: nanoseconds from Epoch \(e.g. 1510544836154709804\)
76
* `string`: use format specified by `time_format`, local time or time
77
78
zone
0 commit comments