GLAD: Content-aware Dynamic Graphs For Log Anomaly Detection
Yufei Li, Yanchi Liu, Haoyu Wang, Zhengzhang Chen, Wei Cheng, Yuncong, Chen, Wenchao Yu, Haifeng Chen, Cong Liu

TL;DR
GLAD is a novel graph-based framework that leverages content-aware dynamic log graphs and advanced neural models to improve anomaly detection by capturing complex relational patterns in system logs.
Contribution
GLAD introduces a unified approach combining log semantics, relational, and sequential patterns with a prompt-based field extraction and a GNN-transformer model for relational anomaly detection.
Findings
Effective detection of relational anomalies in logs.
Outperforms existing methods on three datasets.
Captures content, structural, and temporal features.
Abstract
Logs play a crucial role in system monitoring and debugging by recording valuable system information, including events and states. Although various methods have been proposed to detect anomalies in log sequences, they often overlook the significance of considering relations among system components, such as services and users, which can be identified from log contents. Understanding these relations is vital for detecting anomalies and their underlying causes. To address this issue, we introduce GLAD, a Graph-based Log Anomaly Detection framework designed to detect relational anomalies in system logs. GLAD incorporates log semantics, relational patterns, and sequential patterns into a unified framework for anomaly detection. Specifically, GLAD first introduces a field extraction module that utilizes prompt-based few-shot learning to identify essential fields from log contents. Then GLAD…
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
TopicsSoftware System Performance and Reliability · Anomaly Detection Techniques and Applications · Network Security and Intrusion Detection
MethodsGraph Neural Network
