/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/omhttp-restpathtimeout.rst
45 строк
836 B
Ulrike Gerhards
Codex/refactor rsyslog module documentation b6q3fv (#6281)
05 ноя 2025, 19:23
Не верифицирован
05 ноя 2025, 19:23
d959521
Код
Авторство
О чём код?
.. _param-omhttp-restpathtimeout: .. _omhttp.parameter.input.restpathtimeout: restpathtimeout =============== .. index:: single: omhttp; restpathtimeout single: restpathtimeout .. summary-start Specifies how long omhttp waits for a dynamic REST path template to resolve. .. summary-end This parameter applies to :doc:`../../configuration/modules/omhttp`. :Name: restpathtimeout :Scope: input :Type: integer :Default: input=none :Required?: no :Introduced: Not specified Description ----------- Timeout value for the configured :ref:`param-omhttp-restpath`. Input usage ----------- .. _omhttp.parameter.input.restpathtimeout-usage: .. code-block:: rsyslog module(load="omhttp") action( type="omhttp" restPathTimeout="2000" ) See also -------- See also :doc:`../../configuration/modules/omhttp`.