/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/properties/message-source.rst
39 строк
658 B
Rainer Gerhards
doc: split property documentation into separate files
27 сен 2025, 15:17
Не верифицирован
27 сен 2025, 15:17
212e6a8
Код
Авторство
О чём код?
.. _prop-message-source: .. _properties.message.source: source ====== .. index:: single: properties; source single: source .. summary-start Provides the same hostname value as :ref:`prop-message-hostname`. .. summary-end This property belongs to the **Message Properties** group. :Name: source :Category: Message Properties :Type: string Description ----------- Alias for :ref:`prop-message-hostname`. Usage ----- .. _properties.message.source-usage: .. code-block:: rsyslog template(name="example" type="list") { property(name="source") } See also -------- See :doc:`../../configuration/properties` for the category overview.