Skip to content

Commit

Permalink
Add strftime format string example to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed Feb 19, 2020
1 parent 91cbb60 commit 754aedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you think you’ve found a potential security issue, please do not post it in
* `endpoint`: Specify a custom endpoint for the Kinesis Streams API.
* `append_newline`: If you set append_newline as true, a newline will be addded after each log record.
* `time_key`: Add the timestamp to the record under this key. By default the timestamp from Fluent Bit will not be added to records sent to Kinesis.
* `time_key_format`: [strftime](http://man7.org/linux/man-pages/man3/strftime.3.html) compliant format string for the timestamp. This option is used with `time_key`.
* `time_key_format`: [strftime](http://man7.org/linux/man-pages/man3/strftime.3.html) compliant format string for the timestamp; for example, `%Y-%m-%dT%H:%M:%S%z`. This option is used with `time_key`.

### Permissions

Expand Down

0 comments on commit 754aedc

Please sign in to comment.