mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-24 02:17:49 +02:00
readme changes
This commit is contained in:
parent
364983a9e5
commit
27bb2db6d6
@ -3,6 +3,8 @@
|
||||
Adiscon LogAnalyzer, a web frontend to log data from the same folks the created rsyslog
|
||||
|
||||
# changes
|
||||
- support number ranges in filter, i.e. severity:3-6 -> where severity in (3,4,5,6)
|
||||
- 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%' )
|
||||
- support TRACE syslog level;
|
||||
- add loglevel style colors and change color for full line;
|
||||
- limit empty search to 6h;
|
||||
|
Loading…
x
Reference in New Issue
Block a user