Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run loganomaly? #12

Open
htcml opened this issue Aug 25, 2022 · 1 comment
Open

How to run loganomaly? #12

htcml opened this issue Aug 25, 2022 · 1 comment

Comments

@htcml
Copy link

htcml commented Aug 25, 2022

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?

@ZhongLIFR
Copy link

ZhongLIFR commented Feb 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants