TY - EJOU AU - Erdős, Ferenc AU - Varadarajan, Vijayakumar AU - Banţa, Viorel-Costin AU - Afrifa, Stephen TI - From Static to Streaming: A Systematic Review and Event-Sourced Framework for GraphRAG in AIOps T2 - Computers, Materials \& Continua PY - VL - IS - SN - 1546-2226 AB - Standard retrieval-augmented generation (RAG) can perform poorly in AI for IT Operations (AIOps) settings because it is topology-blind. Basic RAG retrieves isolated, flat text snippets without enforcing structural or causal constraints, causing large language models to generate explanations that contradict the running system’s actual dependency structure. To address this gap, we conducted a systematic review following PRISMA 2020, searching Scopus, IEEE Xplore, Web of Science, and Google Scholar (last searched 31 January 2026). We included empirical or systems-oriented studies applying graph-based retrieval to ground a generative model in an IT, cloud, or software-operations setting, and excluded generic RAG without an operational context and graph-only methods without a generative component. Of 139 unique records, 31 met the criteria. Because reported metrics, tasks, and hardware were too heterogeneous for pooled effect estimates, we performed a descriptive quantitative synthesis of reporting frequencies for five outcome variables (localization accuracy, text/classification scores, MTTR, retrieval/inference latency, and graph construction cost), with values harmonized to common units. The synthesis reveals that hybrid-fusion approaches have become the dominant retrieval strategy, outpacing standalone traversal in adoption for Root Cause Analysis (RCA) tasks by fusing semantic vector search with strict structural constraints. However, our evaluation matrix exposes a critical production barrier: in 73% of Service Dependency Graph (SDG)-centric studies, topology drift or streaming-update handling is not explicitly described, with many pipelines evaluated on static or periodically refreshed snapshots. We outline Event-Sourced Streaming GraphRAG (ES-GraphRAG) as a reference architecture that frames concrete design requirements for latency and drift constraints based on an event-sourced, streaming construction pattern for snapshot-consistent retrieval. The framework also incorporates strict retrieval-time governance and budget-aware traversal to help keep LLM grounding topologically accurate and compliant with incident-response Service Level Objectives (SLOs). KW - Knowledge graphs; retrieval-augmented generation (RAG); GraphRAG; AIOps; IT operations; root cause analysis DO - 10.32604/cmc.2026.081005