out_forward: document undocumented parameters and Plugin Helpers - #680
Merged
Conversation
Four parameters accepted by out_forward had no entry on the page, and the service_discovery helper was missing from Plugin Helpers. * transport (0.14.12) enum, tcp * read_interval_msec (0.14.5) integer, 50 * read_length (0.14.5) size, 512 * tls_ca_cert_path (1.3.1) array of string, nil * tls_cert_path carried the description of tls_ca_cert_path, which took over the CA certificate role when it was renamed in v1.3.1 * the <service_discovery> example closed with </source>, and the dns_round_robin note recommended heartbeat_type tcp, deprecated since v0.14.12 in favor of transport Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
✅ Deploy Preview for fluentd-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
kenhys
requested changes
Aug 13, 2026
Only tls_cert_path takes effect when both are set, so state it in both sections instead of describing them as sharing one certificate store. Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
kenhys
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four parameters accepted by
out_forwardhad no entry on the page, and theservice_discoveryhelper was missing from Plugin Helpers.transport(0.14.12) enum, tcpread_interval_msec(0.14.5) integer, 50read_length(0.14.5) size, 512tls_ca_cert_path(1.3.1) array of string, niltls_cert_pathcarried the description oftls_ca_cert_path, which took over the CA certificate role when it was renamed in v1.3.1<service_discovery>example closed with</source>, and thedns_round_robinnote recommendedheartbeat_type tcp, deprecated since v0.14.12 in favor oftransport