deep-loglizer icon indicating copy to clipboard operation
deep-loglizer copied to clipboard

How to run loganomaly?

Open htcml opened this issue 3 years ago • 1 comments

lstm.py can be used for running deeplog and loganomaly algorithms. Can you tell me how to set parameter values in order to run loganomaly?

htcml avatar Aug 25 '22 04:08 htcml

I do not think lstm.py can be directly used for running LogAnomaly. This is because lstm.py only supports two types of inputs, which are "sequentials" and "semantics". However, LogAnomaly uses "semantics" and "quantitatives" (namely the count of each event template in a sequence). In contrast, DeepLog uses "sequential" as input, and thus it can be achieved simply using lstm.py.

ZhongLIFR avatar Feb 12 '23 15:02 ZhongLIFR