mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Update README.md
This commit is contained in:
parent
0e1114846d
commit
ed8e4f2256
@ -1,5 +1,6 @@
|
||||

|
||||
# loganalyzer
|
||||
|
||||

|
||||
Adiscon LogAnalyzer, a web frontend to log data from the same folks the created rsyslog
|
||||
|
||||
# changes
|
||||
@ -7,6 +8,8 @@ Adiscon LogAnalyzer, a web frontend to log data from the same folks the created
|
||||
- fix chart double adding same key into search
|
||||
- allow to configure ORDER BY clause
|
||||
- add custom filter to chart value redirection link if such exists
|
||||
|
||||

|
||||
- 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user