/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/mmjsonparse-container.rst
51 строка
1 KB
Ulrike Gerhards
Codex/refactor parameter documentation for mmjsonparse (#6189)
28 сен 2025, 15:06
Не верифицирован
28 сен 2025, 15:06
fa40b35
Код
Авторство
О чём код?
.. _param-mmjsonparse-container: .. _mmjsonparse.parameter.input.container: container ========= .. index:: single: mmjsonparse; container single: container single: JSON container .. summary-start Sets the JSON container path where parsed properties are stored. .. summary-end This parameter applies to :doc:`../../configuration/modules/mmjsonparse`. :Name: container :Scope: input :Type: string :Default: $! :Required?: no :Introduced: 6.6.0 Description ----------- Specifies the JSON container (path) under which parsed elements should be placed. By default (``$!``), all parsed properties are merged into the root of the message properties. You can specify a different container: * To place data in a subtree of message properties, for example ``container="$!json"``. * To use a local variable, for example ``container="$.parses"``. * To use a global variable, for example ``container="$/parses"``. Input usage ----------- .. _mmjsonparse.parameter.input.container-usage: .. code-block:: rsyslog action(type="mmjsonparse" container="$.parses") See also -------- See also the :doc:`main mmjsonparse module documentation <../../configuration/modules/mmjsonparse>`.