Tech today

Awesome LLM AIOps: A Comprehensive Survey Of Incident

A list of awesome academic researches and industrial materials about Large Language Model (LLM) and Artificial Intelligence for IT Operations (AIOps).

Content

  • Awesome LLM AIOps
    • Content
    • Introduction
      • Keywords Convention
    • 1. LLM for Incident Management
      • 1.1 Incident Lifecycle
      • 1.2 Incident Reporting
      • 1.3 Root Cause Analysis
      • 1.4 Incident Mitigation
      • 1.5 Incident Postmortem Analysis
      • 1.6 AIOps Question Answering
    • 2. LLM for Log Analysis
      • 2.1 Log Parsing
      • 2.2 Log Anomaly Detection
      • 2.3 Logging Statement Generation
    • Contribution
      • Contributing to this paper list

Introduction

This is a list of awesome academic researches and industrial materials about Large Language Model (LLM) and Artificial Intelligence for IT Operations (AIOps).

Keywords Convention

The abbreviation of the work.

The utilized LLM techniques used in the work.

The mainly explored task of the work.

Other important information of the work.

1. LLM For Incident Management

1.0 Survey

  1. [Preprint 2024] A Survey of AIOps for Failure Management in the Era of Large Language Models.

1.1 Incident Lifecycle

[HotNets 2023] A Holistic View of AI-driven Network Incident Management.

For more information click here.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Comments in Bash Scripts

What Are Bash Comments? In Bash scripting, comments are notes in your code that the…

13 hours ago

Shebang (#!) in Bash Script

When you write a Bash script in Linux, you want it to run correctly every…

1 day ago

Bash String Concatenation – Bash Scripting

Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…

2 days ago

Learn Bash Scripting: How to Create and Run Shell Scripts for Beginners

What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…

2 days ago

Bash if…else Statement – Bash Scripting

When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…

2 days ago

Bash Functions Explained: Syntax, Examples, and Best Practices

Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…

5 days ago