rsyslog-doc
rsyslog-doc copied to clipboard
documentation for the rsyslog project
Needs to be added into the omprog documentation. The setting was added with this commit: https://github.com/rsyslog/rsyslog/commit/f75395172eac1dfcc63c06ec050739b952eb5cb8#diff-e3cb3014ecfd8b9782b9274c6a7fa343 Seems to be an issue depending on the some user scripts like here: https://github.com/rsyslog/rsyslog/issues/473
https://www.rsyslog.com/doc/v8-stable/configuration/modules/impstats.html ``` Format type default mandatory obsolete legacy directive word legacy no none New in version 8.16.0. Specifies the format of emitted stats messages. The default of “legacy” is compatible...
Looking at some options I had disabled in my configuration, I saw a doc comment of mine that referenced these older pages: - http://www.rsyslog.com/doc/rsconf1_controlcharacterescapeprefix.html - rsconf1_escapecontrolcharactersonreceive.html - http://www.rsyslog.com/doc/v8-stable/configuration/input_directives/rsconf1_escapecontrolcharactersonreceive.html - http://www.rsyslog.com/doc/rsconf1_escapecontrolcharactersonreceive.html...
From https://github.com/rsyslog/rsyslog-doc/pull/416#issuecomment-350542356: > @rgerhards: I forgot to mention that I see a lot of v1 files which we probably want to get rid of sooner or later. Just FYI... Have...
This is important from a standardization standpoint, but also for linkage. As we update the reST files the old hard-coded HTML links and some explicit link labels are being updated...
The [current example](https://github.com/rsyslog/rsyslog-doc/blob/fac55cc3296eedcdf72a7ae8e27c796f93358c40/source/rainerscript/configuration_objects.rst) shows how to toggle loading the `imptcp` module via an environment variable, but only references the ability to toggle whether a configuration object is used by file...
The current CI builds are a very useful feature, but it would be useful to be able to see what the results will look like on the website once the...
up at the very top of the page there should be an example of a trivial, common use case, so that people don't have to page down to find the...
example, on the omeleasticsearch page there is the option format, and comments about the history of various options, but it doesn't list what the various possible values are.
Looking at the doc, I can't tell what the starting point of a message is (character 1 or 0?). http://www.rsyslog.com/doc/v8-stable/rainerscript/functions.html