/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/omhttp-compress-level.rst
48 строк
1 KB
Ulrike Gerhards
Codex/refactor rsyslog module documentation b6q3fv (#6281)
05 ноя 2025, 19:23
Не верифицирован
05 ноя 2025, 19:23
d959521
Код
Авторство
О чём код?
.. _param-omhttp-compress-level: .. _omhttp.parameter.input.compress-level: compress.level ============== .. index:: single: omhttp; compress.level single: compress.level .. summary-start Sets the zlib compression level used when :ref:`param-omhttp-compress` is enabled. .. summary-end This parameter applies to :doc:`../../configuration/modules/omhttp`. :Name: compress.level :Scope: input :Type: integer :Default: input=-1 :Required?: no :Introduced: Not specified Description ----------- Specify the zlib compression level if :ref:`param-omhttp-compress` is enabled. Check the `zlib manual <https://www.zlib.net/manual.html>`_ for further documentation. ``-1`` is the default value that strikes a balance between best speed and best compression. ``0`` disables compression. ``1`` results in the fastest compression. ``9`` results in the best compression. Input usage ----------- .. _omhttp.parameter.input.compress-level-usage: .. code-block:: rsyslog module(load="omhttp") action( type="omhttp" compress="on" compressLevel="9" ) See also -------- See also :doc:`../../configuration/modules/omhttp`.