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

Add support for two new datasets: Thunderbird and OpenStack. #12

Open
2 tasks
dhonza opened this issue Dec 10, 2020 · 1 comment
Open
2 tasks

Add support for two new datasets: Thunderbird and OpenStack. #12

dhonza opened this issue Dec 10, 2020 · 1 comment
Assignees

Comments

@dhonza
Copy link
Member

dhonza commented Dec 10, 2020

Add Support for Thunderbird and OpenStack from here: https://github.com/logpai/loghub

  • Thunderbird

  • OpenStack

@dhonza dhonza self-assigned this Dec 10, 2020
@dhonza
Copy link
Member Author

dhonza commented May 4, 2021

The problem with all but the HDFS dataset is that these are labeled in a per-log line fashion, while the annotation is typically based on simplistic logline features such as detecting the phrases "ERROR" or "WARNING". We found the problem with the BGL data which makes that dataset practically unusable for our purposes. Any method working with the actual semantics of loglines, such as our methods based on global or contextual embeddings can detect similar phrases easily.

Algorithms based on template extraction (e.g., as https://github.com/logpai/loglizer) have a much harder time on these datasets. Nevertheless, we are more interested in detecting "harder" anomalies which are represented by more complex interplay of log messages.

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