Update README.md

This commit is contained in:
Vitaly 2023-01-04 00:07:48 +02:00 committed by GitHub
parent 0e1114846d
commit ed8e4f2256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
![loganalizer_example](https://user-images.githubusercontent.com/8426197/209875963-b7438f3b-9052-4e8f-9f22-05794e1e54a5.png)
# loganalyzer
![loganalizer_example](https://user-images.githubusercontent.com/8426197/209875963-b7438f3b-9052-4e8f-9f22-05794e1e54a5.png)
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
![chart_custom](https://user-images.githubusercontent.com/8426197/210448944-9a67c91c-1ca7-4f00-99ac-a5eebd566927.png)
- 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;