/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/immark-ruleset.rst
52 строки
1 KB
Ulrike Gerhards
Codex/refactor module name parameters documentation (#6250)
30 окт 2025, 19:25
Не верифицирован
30 окт 2025, 19:25
be43eb8
Код
Авторство
О чём код?
.. _param-immark-ruleset: .. _immark.parameter.module.ruleset: ruleset ======= .. index:: single: immark; ruleset single: ruleset .. summary-start Routes mark messages to the named ruleset instead of the default. .. summary-end This parameter applies to :doc:`../../configuration/modules/immark`. :Name: ruleset :Scope: module :Type: string (see :doc:`../../rainerscript/constant_strings`) :Default: module=none :Required?: no :Introduced: 8.2012.0 Description ----------- Set this parameter to bind mark messages emitted by immark to a specific ruleset. The module looks up the ruleset during configuration; if it is not found, immark logs a warning and continues with the default ruleset. If a ruleset is configured while :ref:`param-immark-use-syslogcall` remains ``on``, immark issues a warning and forces this parameter to ``off`` so the ruleset can take effect. Module usage ------------ .. _immark.parameter.module.ruleset-usage: .. code-block:: rsyslog module(load="immark" use.syslogCall="off" ruleset="markRouting") See also -------- .. seealso:: * :ref:`param-immark-use-syslogcall` * :doc:`../../configuration/modules/immark`