/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/omhttp-batch-maxbytes.rst
48 строк
944 B
Ulrike Gerhards
Codex/refactor rsyslog module documentation b6q3fv (#6281)
05 ноя 2025, 19:23
Не верифицирован
05 ноя 2025, 19:23
d959521
Код
Авторство
О чём код?
.. _param-omhttp-batch-maxbytes: .. _omhttp.parameter.input.batch-maxbytes: batch.maxbytes ============== .. index:: single: omhttp; batch.maxbytes single: batch.maxbytes .. summary-start Limits the serialized size of each batched HTTP payload. .. summary-end This parameter applies to :doc:`../../configuration/modules/omhttp`. :Name: batch.maxbytes :Scope: input :Type: Size :Default: input=10485760 (10MB) :Required?: no :Introduced: Not specified Description ----------- ``batch.maxbytes`` and ``maxbytes`` do the same thing, ``maxbytes`` is included for backwards compatibility. This parameter specifies the maximum size in bytes for each batch. Input usage ----------- .. _omhttp.parameter.input.batch-maxbytes-usage: .. code-block:: rsyslog module(load="omhttp") action( type="omhttp" batch="on" batchMaxBytes="5m" ) See also -------- See also :doc:`../../configuration/modules/omhttp`.