Project

General

Profile

Actions

Bug #11666

open

GUI Firewall log search not parsing filter.log beyond hard coded limit

Added by Nick Zee about 3 years ago. Updated about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Logging
Target version:
-
Start date:
03/12/2021
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
2.5.0
Affected Architecture:
All

Description

Currently the Safety belt limit is set to 10K for release v2.5
This is preventing the GUI search from parsing any log entries beyond this limit.
Doesn't matter if its single filter.log file or bunch of rotation files.
The GUI will never fully search all the logs, because it will never go past 10K entries.

/* Safety belt to ensure we get enough lines for filtering without overloading the parsing code */
if ($filtertext) {
$tail = 10000;
}

Recommend removing limit all together.
Or make it user configurable.
Or only have it limited to the Firewall Summary view, instead of the entire GUI search function.

Actions #1

Updated by Jim Pingle about 3 years ago

  • Target version deleted (2.5.1)
Actions

Also available in: Atom PDF