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/kinesis.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ See [here](https://github.com/fluent/fluent-bit-docs/tree/43c4fe134611da471e706b
25
25
| log\_key | By default, the whole log record will be sent to Kinesis. If you specify a key name with this option, then only the value of that key will be sent to Kinesis. For example, if you are using the Fluentd Docker log driver, you can specify `log_key log` and only the log message will be sent to Kinesis. |
26
26
| role\_arn | ARN of an IAM role to assume \(for cross account access\). |
27
27
| endpoint | Specify a custom endpoint for the Kinesis API. |
28
-
| port | TCP port of the Kinesis Streams service |
28
+
| port | TCP port of the Kinesis Streams service. Defaults to port `443`.|
29
29
| sts\_endpoint | Custom endpoint for the STS API. |
30
30
| auto\_retry\_requests | Immediately retry failed requests to AWS services once. This option does not affect the normal Fluent Bit retry mechanism with backoff. Instead, it enables an immediate retry with no delay for networking errors, which may help improve throughput when there are transient/random networking issues. This option defaults to `true`. |
31
31
| external\_id | Specify an external ID for the STS API, can be used with the role_arn parameter if your role requires an external ID. |
0 commit comments