paper-with-me

홈 › Papers

Knowledge-aware Alert Aggregation in Large-scale Cloud Systems: a Hybrid Approach

2024-03-11 · Jinxi Kuang, Jinyang Liu, JunJie Huang, Renyi Zhong, Jiazhen Gu, Lan Yu, Rui Tan, Zengyin Yang, Michael R. Lyu

Due to the scale and complexity of cloud systems, a system failure would trigger an "alert storm", i.e., massive correlated alerts. Although these alerts can be traced back to a few root causes, the overwhelming number makes it infeasible for manual handling. Alert aggregation is thus critical to help engineers concentrate on the root cause and facilitate failure resolution. Existing methods typically utilize semantic similarity-based methods or statistical methods to aggregate alerts. However, semantic similarity-based methods overlook the causal rationale of alerts, while statistical methods can hardly handle infrequent alerts. To tackle these limitations, we introduce leveraging external knowledge, i.e., Standard Operation Procedure (SOP) of alerts as a supplement. We propose COLA, a novel hybrid approach based on correlation mining and LLM (Large Language Model) reasoning for online alert aggregation. The correlation mining module effectively captures the temporal and spatial relations between alerts, measuring their correlations in an efficient manner. Subsequently, only uncertain pairs with low confidence are forwarded to the LLM reasoning module for detailed analysis. This hybrid design harnesses both statistical evidence for frequent alerts and the reasoning capabilities of computationally intensive LLMs, ensuring the overall efficiency of COLA in handling large volumes of alerts in practical scenarios. We evaluate COLA on three datasets collected from the production environment of a large-scale cloud platform. The experimental results show COLA achieves F1-scores from 0.901 to 0.930, outperforming state-of-the-art methods and achieving comparable efficiency. We also share our experience in deploying COLA in our real-world cloud system, Cloud X.

📄 PDF Abstract BibTeX arXiv:2403.06485

Code (0)

등록된 구현이 없습니다.

Tasks

CoLALanguage ModellingLarge Language ModelSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

COLA COLA is a self-supervised pre-training approach for learning a general-purpose representation of audio. It is based on contrastive learning: it learns a representation which…

Similar Papers 제목 키워드 기반

AlertStar: Path-Aware Alert Prediction on Hyper-Relational Knowledge Graphs

2026-04-03 · Zahra Makki Nayeri, Mohsen Rezvani arxiv

Cyber-attacks continue to grow in scale and sophistication, yet existing network intrusion detection approaches lack the semantic depth required for path reasoning over attacker-victim interactions. We address this by fi…

Network Intrusion DetectionKnowledge Graph CompletionKnowledge Graphs

ScaleRTL: Scaling LLMs with Reasoning Data and Test-Time Compute for Accurate RTL Code Generation

2025-06-05 · Chenhui Deng, Yun-Da Tsai, Guan-Ting Liu, Zhongzhi Yu 외

Recent advances in large language models (LLMs) have enabled near-human performance on software coding benchmarks, but their effectiveness in RTL code generation remains limited due to the scarcity of high-quality traini…

Code Generation

BiTA: Bidirectional Gated Recurrent Unit-Transformer Aggregator in a Temporal Graph Network Framework for Alert Prediction in Computer Networks

2026-04-03 · Zahra Makki Nayeri, Mohsen Rezvani arxiv

Proactive alert prediction in computer networks is critical for mitigating evolving cyber threats and enabling timely defensive actions. Temporal Graph Neural Networks (TGNs) provide a principled framework for modeling t…

Intrusion DetectionGraph Learning

Carbon Filter: Real-time Alert Triage Using Large Scale Clustering and Fast Search

2024-05-07 · Jonathan Oliver, Raghav Batta, Adam Bates, Muhammad Adil Inam 외

"Alert fatigue" is one of the biggest challenges faced by the Security Operations Center (SOC) today, with analysts spending more than half of their time reviewing false alerts. Endpoint detection products raise alerts b…

Node Alertness-Detecting changes in rapidly evolving graphs

2019-07-02 · Mirco A. Mannucci, Deborah Tylor

In this article we describe a new approach for detecting changes in rapidly evolving large-scale graphs. The key notion involved is local alertness: nodes monitor change within their neighborhoods at each time step. Here…