mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
wineventlog: add support for replaying evtx files (#3278)
This commit is contained in:
parent
b2ac65bfb6
commit
d8bc17b170
7 changed files with 313 additions and 47 deletions
|
@ -129,7 +129,7 @@ func Init(databaseClient *database.Client) error {
|
|||
dataFileRegex = make(map[string][]*regexp.Regexp)
|
||||
dataFileRe2 = make(map[string][]*re2.Regexp)
|
||||
dbClient = databaseClient
|
||||
|
||||
XMLCacheInit()
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue