Commit e6f0254
pipeline: outputs: kinesis: add custom port configuration option (#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 <azalio@azalio.net>
* Update pipeline/outputs/kinesis.md
Co-authored-by: Adam Locke <adam.locke@chronosphere.io>
Signed-off-by: Mikhail Petrov <azalio@azalio.net>
---------
Signed-off-by: Mikhail [azalio] Petrov <azalio@azalio.net>
Signed-off-by: Mikhail Petrov <azalio@azalio.net>
Co-authored-by: Adam Locke <adam.locke@chronosphere.io>1 parent b24b537 commit e6f0254
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments