rsyslog-doc
rsyslog-doc copied to clipboard
documentation for the rsyslog project
would it be useful to tag/organize the docs to make it clear what things are processed at startup time vs what is processed per log message? I've seen so many...
Hi, currently, the configuration format chapter is a flat entity which can be more structured like: - Configuration - Configuration Formats - sysklogd format - Basic Structure - Templates -...
Hi, as mentioned in https://www.rsyslog.com/doc/v8-stable/configuration/conf_formats.html, the thing that was called RainerScript previously is now called advanced configuration format. This should be reflected in the chapter title. This is too big...
https://www.rsyslog.com/doc/v8-stable/configuration/ruleset/rsconf1_rulesetparser.html says > For an example of how multiple parser can be chained (and an actual use case), please see the example section on the pmlastmsg parser module. ... except...
I got unsuccessful when I tried to send some data using omhttp. After debugging network traffic I discovered that there was a try to establish SSL connection over, although I...
The documentation has been added in https://github.com/rsyslog/rsyslog/commit/474877b9d7912a3d2abc2a350dbc41e4c3b050e4 . The docs heve been moved to `rsyslog-doc` in https://github.com/rsyslog/rsyslog/commit/131e4227c3da8452ecb98399f4e6e9c775b544e5 , but some snippets were apparently lost during the split.
I saw a thread on the mailing list which appeared relevant to some issues that I encountered in the past. This explanation of how disk assisted queues work was very...
ref https://github.com/rsyslog/rsyslog/projects/4 **This is work in progress** - I will add new TODO items as they happen during the refactoring project. Some may disappear later if they are considered to...
Add compactJsonString document. Fix abortOnUncleanConfig typo.
In the [documentation for the `omfwd` module](https://www.rsyslog.com/doc/v8-stable/configuration/modules/omfwd.html?highlight=omfwd), `KeepAlive.Interval` and `KeepAlive.Time` do not specify the unit of time for their values, like other parameters do (e.g. `udp.SendDelay`).