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