rsyslog-doc
rsyslog-doc copied to clipboard
documentation for the rsyslog project
Promises a sample under "Caveats/Known Bugs" but there is no sample
@rgerhards In the `source/rainerscript/global.rst` doc we have this: > **`maxMessageSize`** > > The maximum message size rsyslog can process. Default is 8K. Anything above the maximum size will be truncated....
This is a continuation of the work started recently on #391. Now that the configuration format name substitutions have been defined, we need to update all references to the one...
Hi If I'm not wrong, each action could use _template_ property to set how messages will be written on output. For example: ``` template(name="redis" type="list") { constant(value="app=") property(name="syslogtag") ... }...
To debug and in order to help solving issues, users are requested to follow some steps, described at: http://www.rsyslog.com/doc/v8-stable/troubleshooting/troubleshoot.html For someone with poor or none C skills, it seems quite...
Hi Documentation pages contain several examples, some among them using old-legacy-(you-should-move-to-cool-fancy-new-rainer's-format). We could consider having a "legacy-configuration-example-file" to document as much legacy's as we can, and removing legacy examples from...
We need a new TOC structue that is easy to follow and appealing to beginners. @radu-gheorghe already made a suggestion, which I have put into the repo: https://github.com/rsyslog/rsyslog-doc/blob/master/proposed-toc We should...
They are really sparse. Should probably go hand-in-hand with review of queue operations document (where all of them are described in legacy terms).
The [code](https://github.com/rsyslog/rsyslog/blob/master/plugins/mmexternal/mmexternal.c) says "Note that we _must_ receive one reply for each message sent (half-duplex protocol)" but the docs don't say that. (In fact the strange looking [perl example filter](https://github.com/rsyslog/rsyslog/blob/master/plugins/external/skeletons/perl/plugin.pl)...
file: /master/configuration/modules/omlibdbi.html The doc looks like it is missing RainerScript description, which smells strongly like an incomplete import.