/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/imbeats-maxframesize.rst
47 строк
1 KB
Rainer Gerhards
imbeats: add Elastic Beats input module
11 май 2026, 10:47
11 май 2026, 10:47
d46cb26
Код
Авторство
О чём код?
.. _param-imbeats-maxframesize: .. _imbeats.parameter.input.maxframesize: maxFrameSize ============ .. meta:: :description: Maximum Lumberjack frame payload size accepted by imbeats. :keywords: rsyslog, imbeats, maxFrameSize, Lumberjack frame .. index:: single: imbeats; maxFrameSize single: maxFrameSize .. summary-start Limit the JSON or compressed frame payload size imbeats accepts from one Lumberjack frame. .. summary-end This parameter applies to :doc:`../../configuration/modules/imbeats`. :Name: maxFrameSize :Scope: input :Type: positive integer :Default: input=10485760 :Required?: no :Introduced: 8.2604.0 Description ----------- Set the maximum byte size accepted for an individual Lumberjack JSON frame or compressed frame payload. Frames larger than this value are rejected before payload allocation. Input usage ----------- .. _param-imbeats-input-maxframesize: .. _imbeats.parameter.input.maxframesize-usage: .. code-block:: rsyslog input(type="imbeats" port="5044" maxFrameSize="10485760") See also -------- See also :doc:`../../configuration/modules/imbeats`.