You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/s3.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ Records are stored in files in S3 as newline delimited JSON.
20
20
| :--- | :--- | :--- |
21
21
| region | The AWS region of you S3 bucket | us-east-1 |
22
22
| 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 |
24
25
| total\_file\_size | Specifies the size of files in S3. Maximum size is 50G, minimim is 1M. | 100M |
25
26
| upload\_chunk\_size | The size of each 'part' for multipart uploads. Max: 50M | 5,242,880 bytes |
26
27
| 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