logpai / loglizer

A machine learning toolkit for log-based anomaly detection [ISSRE'16]
MIT License
1.27k stars 423 forks source link

How does one go about using these models for their own custom data?What if there are multiple log files generated on different days? For data collection, if logs are different files, do they need to be combined into one single file. Doing so, would it mess with the time sequence? #56

Closed adichola closed 4 years ago

zhujiem commented 4 years ago

You can process each file into event sequence data and then combine them together.