Description of problem: We currently compute NUM_OUTPUTS using the number of secure_outputs, but core fluentd can use the forward plugin instead, so we can miss a number of outputs. from fluentd/run.sh: sec_forward_files=$( grep -l "@type *secure_forward" ${CFG_DIR}/*/* 2> /dev/null || : (...) grep "@type *secure_forward" $afile | while read -r line; do => forward_files=$( grep -l "@type .*forward" ${CFG_DIR}/*/* 2> /dev/null || : ) (...) grep "@type .*forward" $afile | while read -r line; do
PR: https://github.com/openshift/origin-aggregated-logging/pull/1021 Commit: https://github.com/openshift/origin-aggregated-logging/pull/1021/commits/1ee717be49cf31b5d9755e4addd6bdb10921f46f
The fix is in v3.9.64-4.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0098