mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
force page limit
This commit is contained in:
parent
ad31e6d216
commit
350a4c02ac
@ -10,6 +10,9 @@ Adiscon LogAnalyzer, a web frontend to log data from the same folks the created
|
||||
- CFG[Default_AUTORELOAD_ID] - control default autoreload mode
|
||||
- cfg[SESSION_MAXIMIZED] - control maximized mode
|
||||
- filter: support "limit:int" tag - disable paging and query less than configured for page (LogStreamDB->_SQLcustomLimitHaltSearchAfter)
|
||||
|
||||

|
||||
|
||||
- filter: datelastx - handle as float number
|
||||
- export: allow to EXPORT_PLAIN text format
|
||||
- custom bug fixes
|
||||
@ -20,6 +23,9 @@ Adiscon LogAnalyzer, a web frontend to log data from the same folks the created
|
||||
- fix bug: chart double adding same key into search
|
||||
- allow to configure ORDER BY clause
|
||||
- add custom filter to chart value redirection link if such exists
|
||||
|
||||

|
||||
|
||||
- filter: support number ranges, i.e. severity:3-6 -> where severity in (3,4,5,6)
|
||||
- filter: support quoted filters, i.e. syslogtag:-="dhcp,info",-="wireless,info",-"system%,account" -> where (syslogtag <> 'dhcp,info' AND syslogtag <> 'wireless,info' AND syslogtag NOT LIKE '%system%,account%' )
|
||||
- filter: support TRACE severity level;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user