/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/properties/message-msg.rst
43 строки
730 B
Rainer Gerhards
docs: validate marked config samples
07 июл 2026, 18:42
07 июл 2026, 18:42
8fe4a20
Код
Авторство
О чём код?
.. _prop-message-msg: .. _properties.message.msg: msg === .. index:: single: properties; msg single: msg .. summary-start Returns the MSG part of the processed syslog message. .. summary-end This property belongs to the **Message Properties** group. :Name: msg :Category: Message Properties :Type: string Description ----------- The MSG part of the message (aka "the message"). Usage ----- .. _properties.message.msg-usage: .. rsyslog-doc-sample: validate-config .. code-block:: rsyslog template(name="example" type="list") { property(name="msg") } action(type="omfile" file="/dev/null" template="example") See also -------- See :doc:`../../configuration/properties` for the category overview.