rsyslog-doc
rsyslog-doc copied to clipboard
documentation for the rsyslog project
While reviewing some doc work, I learned (https://github.com/rsyslog/rsyslog-doc/pull/593#issuecomment-369497032) that the parameter types that I thought was only specified by convention are actually handled as very specific (enforced) types. To make...
While reviewing some recent doc changes (#593), I noticed a higher than usual number of external links from the output module doc page to external documentation sources for the product...
there are some old (?) pages that can still be reached that are not up to date and do not appear to be maintained. Some quick examples I found include:...
## Current state of doc Current description of function arguments: > `re_extract(expr, re, match, submatch, no-found)` Current description: > extracts data from a string (property) via a regular expression match....
From https://github.com/rsyslog/rsyslog-doc/pull/556#pullrequestreview-95752280 and https://github.com/rsyslog/rsyslog-doc/pull/556#issuecomment-364945627: > @PascalWithopf: There is no parameter for templates in the Legacy format, because it is handled in a different way. I wrote "none" as the directive,...
Request: Non-versioned aliases for several URLS Examples: | Current URL|New (additional) URL| | ------------- | ------------- | | http://www.rsyslog.com/doc/v8-stable/|http://www.rsyslog.com/doc/stable/| | http://www.rsyslog.com/downloads/download-v8-stable/ | http://www.rsyslog.com/downloads/stable/| Reasoning: Having a reliable URL that always...
Nor does the page link to the templates page which does specify that information. refs: - https://kb.monitorware.com/post27628.html - http://www.rsyslog.com/doc/v8-stable/configuration/modules/omfwd.html - http://www.rsyslog.com/doc/v8-stable/configuration/templates.html
I need to merge the code in order to continue with related work, but the doc should be done in one instant. see https://github.com/rsyslog/rsyslog/pull/2459
@deoren I experimentally merged master into a copy of v8-stable and rebuild it. However, the version number was still the temporary one. I assumed that the stable build read the...