wuyifan18 / DeepLog

Pytorch Implementation of DeepLog.
MIT License
372 stars 154 forks source link

Raw log data format #38

Closed nagsubhadeep closed 4 years ago

nagsubhadeep commented 4 years ago

Hi,

I am applying DeepLog on the firewall logs. Does the raw log data need to abide by a certain format for log-parsers such as Spell or Drain?

Thanks, Deep

wuyifan18 commented 4 years ago

@nagsubhadeep First, you can use any log parser such as Spell or Drain to extract log key (i.e. log template), and then assign an id to every log according to the id of log key. Finally, you can use the sequences of log id to train DeepLog.