Skip to content

Commit 763788e

Browse files
Update pipeline/outputs/kinesis.md
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Athish Pranav D <[email protected]>
1 parent 04e32b9 commit 763788e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/kinesis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See [here](https://github.com/fluent/fluent-bit-docs/tree/43c4fe134611da471e706b
2525
| 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. |
2626
| role\_arn | ARN of an IAM role to assume \(for cross account access\). |
2727
| endpoint | Specify a custom endpoint for the Kinesis API. |
28-
| port | Specify the port for the Kinesis API. This defaults to 443. |
28+
| port | Specify the port for the Kinesis API. Defaults to `443`. |
2929
| sts\_endpoint | Custom endpoint for the STS API. |
3030
| 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`. |
3131
| 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

Comments
 (0)