/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/imbeats-maxbatchbytes.rst
47 строк
1 KB
Rainer Gerhards
imbeats: harden batch parsing limits
12 май 2026, 07:56
Не верифицирован
12 май 2026, 07:56
4fe35da
Код
Авторство
О чём код?
.. _param-imbeats-maxbatchbytes: .. _imbeats.parameter.input.maxbatchbytes: maxBatchBytes ============= .. meta:: :description: Maximum cumulative Lumberjack batch payload size accepted by imbeats. :keywords: rsyslog, imbeats, maxBatchBytes, Lumberjack batch, size limit .. index:: single: imbeats; maxBatchBytes single: maxBatchBytes .. summary-start Limit the cumulative JSON payload bytes accepted in one Lumberjack batch. .. summary-end This parameter applies to :doc:`../../configuration/modules/imbeats`. :Name: maxBatchBytes :Scope: input :Type: positive integer :Default: input=67108864 :Required?: no :Introduced: 8.2604.0 Description ----------- Set the maximum cumulative byte size of JSON event payloads accepted in one Lumberjack batch window. Batches that exceed this limit are rejected before all payloads are retained in memory. Input usage ----------- .. _param-imbeats-input-maxbatchbytes: .. _imbeats.parameter.input.maxbatchbytes-usage: .. code-block:: rsyslog input(type="imbeats" port="5044" maxBatchBytes="67108864") See also -------- See also :doc:`../../configuration/modules/imbeats`.