diff --git a/README.md b/README.md index 67b9b40..f0391db 100644 --- a/README.md +++ b/README.md @@ -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;