-
Documentation task
-
Resolution: Fixed
-
Trivial
-
4.0.43, 5.0.26, 6.0.7, 6.2.1
-
None
-
Sprint 91 (Aug 2022)
-
1
Following description in the manual is incorrect.
Built-in protection against overload consists of a configurable 'maxlines' parameter (protects server from too many incoming matching log lines) and a 4'maxlines'* limit (protects host CPU and I/O from overloading by agent in one check).
4*'maxlines' is incorrect.
10*'maxlines' is the correct formula.
For reference, In The "Important notes" section describes it as "10 times".
To find the required string Zabbix will process 10 times more new lines than set in MaxLinesPerSecond. Thus, for example, if a log[] or logrt[] item has Update interval of 1 second, by default the agent will analyze no more than 200 log file records and will send no more than 20 matching records to Zabbix server in one check.