IRJul 9

Log-Insight: Automating Microservice Incident Diagnosis via Neuro-Symbolic Log Analysis

arXiv:2607.085296.5
Predicted impact top 64% in IR · last 90 daysOriginality Incremental advance
AI Analysis

For SREs managing large-scale microservices, Log-Insight provides a practical, deployable system that bridges the gap between raw log volume and LLM context limits, outperforming existing template-based and deep-learning methods.

Log-Insight automates microservice incident diagnosis by combining symbolic log reduction (1,000-7,000x compression) with LLM-based hypothesis synthesis, achieving MRR=0.790 and >90% top-3 accuracy on 11 production incidents in under a minute.

Diagnosing production incidents in large-scale microservice systems is time-critical for Site Reliability Engineers (SREs). A single 30-minute incident window in our deployment can generate over two million log lines--approximately 1.2 billion characters, far exceeding standard LLM context windows--making direct LLM-based Root Cause Analysis (RCA) infeasible. Existing approaches leave gaps: template-based parsers lack semantic anomaly reasoning, deep-learning detectors emit black-box binary signals, and LLM pipelines suffer context overflow and domain hallucination on raw telemetry. We present Log-Insight, an automated incident-diagnosis system deployed in production at Huawei. The core design principle automates the SRE's manual triage workflow: symbolic stages replicate the structured investigation a skilled SRE would perform--sampling, schema understanding, pattern clustering, and statistical anomaly ranking. This hands the LLM a compact, pre-ranked evidence dossier to synthesise into a hypothesis report. Our six-stage pipeline reduces millions of raw events by 1,000-7,000x while preserving statistically significant failure signals. Evaluated on 11 historical production incidents (110 runs, SRE-validated ground truth), Log-Insight achieves MRR = 0.790, returning the correct root cause within the top-3 hypotheses in over 90% of runs in under a minute of latency. We report systematic failure modes, active mitigations, and open research directions. The Forensic Evidence section--listing exact log templates and skew statistics--was consistently identified by operators as a key adoption factor, shifting the system's perceived role from opaque oracle to investigative assistant.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes