paper-with-me

홈 › Papers

Nissist: An Incident Mitigation Copilot based on Troubleshooting Guides

2024-02-27 · Kaikai An, Fangkai Yang, Junting Lu, Liqun Li, Zhixing Ren, Hao Huang, Lu Wang, Pu Zhao, Yu Kang, Hua Ding, QIngwei Lin, Saravan Rajmohan, Dongmei Zhang, Qi Zhang

Effective incident management is pivotal for the smooth operation of enterprises-level cloud services. In order to expedite incident mitigation, service teams compile troubleshooting knowledge into Troubleshooting Guides (TSGs) accessible to on-call engineers (OCEs). While automated pipelines are enabled to resolve the most frequent and easy incidents, there still exist complex incidents that require OCEs' intervention. However, TSGs are often unstructured and incomplete, which requires manual interpretation by OCEs, leading to on-call fatigue and decreased productivity, especially among new-hire OCEs. In this work, we propose Nissist which leverages TSGs and incident mitigation histories to provide proactive suggestions, reducing human intervention. Leveraging Large Language Models (LLM), Nissist extracts insights from unstructured TSGs and historical incident mitigation discussions, forming a comprehensive knowledge base. Its multi-agent system design enhances proficiency in precisely discerning user queries, retrieving relevant information, and delivering systematic plans consecutively. Through our user case and experiment, we demonstrate that Nissist significant reduce Time to Mitigate (TTM) in incident mitigation, alleviating operational burdens on OCEs and improving service reliability. Our demo is available at https://aka.ms/nissist_demo.

📄 PDF Abstract BibTeX arXiv:2402.17531

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

AutoTSG: Learning and Synthesis for Incident Troubleshooting

2022-05-26 · Manish Shetty, Chetan Bansal, Sai Pramod Upadhyayula, Arjun Radhakrishna 외

Incident management is a key aspect of operating large-scale cloud services. To aid with faster and efficient resolution of incidents, engineering teams document frequent troubleshooting steps in the form of Troubleshoot…

4kManagementProgram Synthesis

DECO: Life-Cycle Management of Enterprise-Grade Copilots

2024-12-08 · Yiwen Zhu, Mathieu Demarne, Kai Deng, Wenjing Wang 외

Software engineers frequently grapple with the challenge of accessing disparate documentation and telemetry data, including TroubleShooting Guides (TSGs), incident reports, code repositories, and various internal tools d…

ManagementRAGRetrieval-augmented Generation

StepFly: Agentic Troubleshooting Guide Automation for Incident Diagnosis

2025-10-11 · Jiayi Mao, Liqun Li, Yanjie Gao, Zegang Peng 외 arxiv

Effective incident management in large-scale IT systems relies on troubleshooting guides (TSGs), but their manual execution is slow and error-prone. While recent advances in LLMs offer promise for automating incident man…

Randomized Controlled Trials for Security Copilot for IT Administrators

2024-11-01 · James Bono, Alec Xu

As generative AI (GAI) tools become increasingly integrated into workplace environments, it is essential to measure their impact on productivity across specific domains. This study evaluates the effects of Microsoft's Se…

Decision Making

AI-Driven Guided Response for Security Operation Centers with Microsoft Copilot for Security

2024-07-12 · Scott Freitas, Jovan Kalajdjieski, Amir Gharib, Robert McCann

Security operation centers contend with a constant stream of security incidents, ranging from straightforward to highly complex. To address this, we developed Microsoft Copilot for Security Guided Response (CGR), an indu…