Skip to content

Commit

Permalink
Add example strftime format string to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed Mar 3, 2020
1 parent 3d5299f commit b3bd884
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 @@ -24,7 +24,7 @@ Run `make` to build `./bin/firehose.so`. Then use with Fluent Bit:
* `role_arn`: ARN of an IAM role to assume (for cross account access).
* `endpoint`: Specify a custom endpoint for the Kinesis Firehose API.
* `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 b3bd884

Please sign in to comment.