Skip to content

Conversation

@azalio
Copy link
Contributor

@azalio azalio commented Aug 30, 2024

This commit introduces a new 'port' configuration option for the Kinesis output plugin. This enhancement allows users to specify a custom TCP port for connecting to the Kinesis Streams service, providing greater flexibility in network configurations.

Key changes:

  • Added 'port' option to the configuration documentation
  • Updated the Kinesis output plugin to support custom port connections
  • Maintained default behavior (port 443) when no custom port is specified

This feature is particularly useful in environments where non-standard ports are required due to network policies or when connecting through proxies that use alternative ports.

The change is backwards compatible, as existing configurations without a specified port will continue to use the default port 443.

This commit introduces a new 'port' configuration option for the Kinesis
output plugin. This enhancement allows users to specify a custom TCP port
for connecting to the Kinesis Streams service, providing greater flexibility
in network configurations.

Key changes:
- Added 'port' option to the configuration documentation
- Updated the Kinesis output plugin to support custom port connections
- Maintained default behavior (port 443) when no custom port is specified

This feature is particularly useful in environments where non-standard
ports are required due to network policies or when connecting through
proxies that use alternative ports.

The change is backwards compatible, as existing configurations without
a specified port will continue to use the default port 443.

Signed-off-by: Mikhail [azalio] Petrov <[email protected]>
Copy link
Contributor

@lockewritesdocs lockewritesdocs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution @azalio! I added a suggested change.

Co-authored-by: Adam Locke <[email protected]>
Signed-off-by: Mikhail Petrov <[email protected]>
@azalio
Copy link
Contributor Author

azalio commented Sep 26, 2024

Thanks for your contribution @azalio! I added a suggested change.

Thank you for your suggestion!

Copy link
Contributor

@lockewritesdocs lockewritesdocs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- thanks @azalio!

@lecaros lecaros merged commit e6f0254 into fluent:master Nov 9, 2024
5 checks passed
TomlinfreeGit pushed a commit to TomlinfreeGit/fluent-bit-docs that referenced this pull request Oct 28, 2025
…ent#1450)

* pipeline: outputs: kinesis: add custom port configuration option

This commit introduces a new 'port' configuration option for the Kinesis
output plugin. This enhancement allows users to specify a custom TCP port
for connecting to the Kinesis Streams service, providing greater flexibility
in network configurations.

Key changes:
- Added 'port' option to the configuration documentation
- Updated the Kinesis output plugin to support custom port connections
- Maintained default behavior (port 443) when no custom port is specified

This feature is particularly useful in environments where non-standard
ports are required due to network policies or when connecting through
proxies that use alternative ports.

The change is backwards compatible, as existing configurations without
a specified port will continue to use the default port 443.

Signed-off-by: Mikhail [azalio] Petrov <[email protected]>

* Update pipeline/outputs/kinesis.md

Co-authored-by: Adam Locke <[email protected]>
Signed-off-by: Mikhail Petrov <[email protected]>

---------

Signed-off-by: Mikhail [azalio] Petrov <[email protected]>
Signed-off-by: Mikhail Petrov <[email protected]>
Co-authored-by: Adam Locke <[email protected]>
Signed-off-by: Tom <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants