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

pgrep Command in Linux: Find and Filter Running Processes

The pgrep command in Linux finds the PIDs of running processes based on a name or other…

2 hours ago

unlink Command in Linux: Remove a Single File or Symlink

The unlink command in Linux removes a single file by deleting its directory entry. It is a…

2 hours ago

How to Check Open Ports in Linux: nmap, netcat, and Bash

When troubleshooting a network connection or configuring a firewall, the first question is whether a…

3 hours ago

ifconfig Command in Linux: Configure Network Interfaces

The ifconfig command in Linux displays and configures network interfaces. It can assign IP addresses, bring interfaces…

3 hours ago

groupdel Command in Linux: Remove a Group and Audit Files

The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…

1 day ago

wc Command in Linux: Count Lines, Words, Characters, and Bytes

The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…

1 day ago