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