mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Merge pull request #1446 from secDre4mer/master
fix: Distinguish Windows and Linux logfiles by path separator
This commit is contained in:
commit
544994dba1
@ -222,11 +222,13 @@ logsources:
|
||||
sources:
|
||||
- "File:/var/log/syslog"
|
||||
- "File:/var/log/syslog.?"
|
||||
linux-log:
|
||||
linux-logfile:
|
||||
product: linux
|
||||
sources:
|
||||
- "File:*.log"
|
||||
logfiles:
|
||||
category: logfile
|
||||
sources:
|
||||
- "File:*.log"
|
||||
- "File:/*.log"
|
||||
windows-logfile:
|
||||
product: windows
|
||||
category: logfile
|
||||
sources:
|
||||
- "File:?:\\*.log"
|
||||
|
Loading…
Reference in New Issue
Block a user