rsyslog-doc icon indicating copy to clipboard operation
rsyslog-doc copied to clipboard

Fix incorrect parameter name for omfwd module in documentation

Open Juanancg opened this issue 1 year ago • 0 comments
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: imagen

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.

Juanancg avatar Jun 05 '24 09:06 Juanancg