Skip to content

Commit 8597f73

Browse files
elrobPettitWesley
authored andcommitted
Include json_date_key in s3 output docs
- Match `stdout` doc wording Signed-off-by: Robert Speller <[email protected]>
1 parent a79fe84 commit 8597f73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipeline/outputs/s3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Records are stored in files in S3 as newline delimited JSON.
2020
| :--- | :--- | :--- |
2121
| region | The AWS region of you S3 bucket | us-east-1 |
2222
| bucket | S3 Bucket name | None |
23-
| json\_date\_format | Specifies the format of the date. Supported formats are double, iso8601 and epoch. | iso8601 |
23+
| json\_date\_key | Specify the name of the time key in the output record. To disable the time key just set the value to `false`. | date |
24+
| json\_date\_format | Specify the format of the date. Supported formats are _double_, _epoch_ and _iso8601_ \(eg: _2018-05-30T09:39:52.000681Z_\) | iso8601 |
2425
| total\_file\_size | Specifies the size of files in S3. Maximum size is 50G, minimim is 1M. | 100M |
2526
| upload\_chunk\_size | The size of each 'part' for multipart uploads. Max: 50M | 5,242,880 bytes |
2627
| upload\_timeout | Whenever this amount of time has elapsed, Fluent Bit will complete an upload and create a new file in S3. For example, set this value to 60m and you will get a new file every hour. | 10m |

0 commit comments

Comments
 (0)