What Information Contributes to Log-based Anomaly Detection? Insights from a Configurable Transformer-Based Approach
Xingfang Wu, Heng Li, Foutse Khomh

TL;DR
This paper introduces a configurable Transformer model for log-based anomaly detection that captures semantic, sequential, and temporal information, revealing the importance of event occurrence data over sequence and time features.
Contribution
The work presents a novel Transformer-based approach that integrates multiple types of log data features and evaluates their impact on anomaly detection performance.
Findings
Event occurrence information is crucial for anomaly detection.
Sequential and temporal information have limited impact on the studied datasets.
The model performs well with varying log sequence lengths.
Abstract
Log data are generated from logging statements in the source code, providing insights into the execution processes of software applications and systems. State-of-the-art log-based anomaly detection approaches typically leverage deep learning models to capture the semantic or sequential information in the log data and detect anomalous runtime behaviors. However, the impacts of these different types of information are not clear. In addition, most existing approaches ignore the timestamps in log data, which can potentially provide fine-grained sequential and temporal information. In this work, we propose a configurable Transformer-based anomaly detection model that can capture the semantic, sequential, and temporal information in the log data and allows us to configure the different types of information as the model's features. Additionally, we train and evaluate the proposed model using…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications
