rsyslog-doc
rsyslog-doc copied to clipboard
Fix incorrect parameter name for omfwd module in documentation
trafficstars
This PR corrects the name of a configuration parameter in the documentation for the omfwd module. The parameter ActionForwardDefaultTemplateName is incorrect and should be ActionForwardDefaultTemplate.
Details:
While testing with rsyslog v8.2102.0, I encountered an error when using the parameter of the documentation ActionForwardDefaultTemplateName:
Switching to ActionForwardDefaultTemplate resolved the issue, and no error message was shown. I haven't tested the current latest version, but searching in the master branch of the rsyslog codebase, it seems that the name of the parameter is ActionForwardDefaultTemplate, as it is in my rsyslog version.