rsyslog-doc
rsyslog-doc copied to clipboard
documentation for the rsyslog project
[This documentation](https://www.rsyslog.com/doc/master/tutorials/tls_cert_server.html) says: `We assume it accepts messages only via TLS protected plain tcp based syslog from those peers that are explicitly permitted to send to it.` Despite the security...
[This documentation](https://github.com/rsyslog/rsyslog-doc/blob/master/source/tutorials/tls_cert_server.rst) mentions the use of PermittedPeer, but fails to say where to put it. Please add PermittedPeer to the quote below which comes from the same link. Add PermittedPeer...
[This documentation page](https://www.rsyslog.com/doc/master/tutorials/tls_cert_server.html) says: `PermittedPeer["*.example.net"]` Please add an equals sign so it says: `PermittedPeer=["*.example.net"]` This mistake appears in three places on that page.
source/rainerscript/queue_parameters.rst ``` queue.dequeueSlowDown --------------------- ... For example if this parameter is set to 10000 on a UDP send action, the action won't be able to put out more than 100...
Documentation for Sha256 fingerprint authentication MR: #4930
Reading the documentation I thought high/low watermark levels could be used to discard logs (see https://www.rsyslog.com/doc/master/whitepapers/reliable_logging.html): > You can configure rsyslog to have high/low watermark levels, when the queue fills...
In the source on GitHub, the IP address is consistent: `192.0.2.1`. However, when I look at the live doc ("latest"), the IP address is different in two places. I don't...
https://www.rsyslog.com/files/temp/doc-indent/configuration/modules/mmexternal.html : > **forcesingleinstance** > > This is an expert parameter, just like the equivalent _omprog_ parameter. See the message modification plugin’s documentation if it is needed. The issue is:...
I sincerely apologise for the seemingly negative attitude of mine beforehand. I have been suffering the rsyslog documentation for years now. I tried to be calm and positive, hoping that...
A lot of modules use outdated configuration directives, like $ModLoad. The should use the new, preferred syntax. This is just an example: ``` # grep \$ModLoad * -R compatibility/v3compatibility.rst: $ModLoad...