paper-with-me

홈 › Papers

System Log Parsing: A Survey

2022-12-29 · Tianzhu Zhang, Han Qiu, Gabriele Castellano, Myriana Rifai, Chung Shue Chen, Fabio Pianese

Modern information and communication systems have become increasingly challenging to manage. The ubiquitous system logs contain plentiful information and are thus widely exploited as an alternative source for system management. As log files usually encompass large amounts of raw data, manually analyzing them is laborious and error-prone. Consequently, many research endeavors have been devoted to automatic log analysis. However, these works typically expect structured input and struggle with the heterogeneous nature of raw system logs. Log parsing closes this gap by converting the unstructured system logs to structured records. Many parsers were proposed during the last decades to accommodate various log analysis applications. However, due to the ample solution space and lack of systematic evaluation, it is not easy for practitioners to find ready-made solutions that fit their needs. This paper aims to provide a comprehensive survey on log parsing. We begin with an exhaustive taxonomy of existing log parsers. Then we empirically analyze the critical performance and operational features for 17 open-source solutions both quantitatively and qualitatively, and whenever applicable discuss the merits of alternative approaches. We also elaborate on future challenges and discuss the relevant research directions. We envision this survey as a helpful resource for system administrators and domain experts to choose the most desirable open-source solution or implement new ones based on application-specific requirements.

📄 PDF Abstract BibTeX arXiv:2212.14277

Code (0)

등록된 구현이 없습니다.

Tasks

Log ParsingManagementSurvey

Similar Papers 제목 키워드 기반

A Survey on Text-to-SQL Parsing: Concepts, Methods, and Future Directions

2022-08-29 · Bowen Qin, Binyuan Hui, Lihan Wang, Min Yang 외

Text-to-SQL parsing is an essential and challenging task. The goal of text-to-SQL parsing is to convert a natural language (NL) question to its corresponding structured query language (SQL) based on the evidences provide…

SQL ParsingText to SQLText-To-SQL

A Survey of Unsupervised Dependency Parsing

2020-10-04 · COLING 2020 8 · Wenjuan Han, Yong Jiang, Hwee Tou Ng, Kewei Tu

Syntactic dependency parsing is an important task in natural language processing. Unsupervised dependency parsing aims to learn a dependency parser from sentences that have no annotation of their correct parse trees. Des…

Dependency ParsingSurveyUnsupervised Dependency Parsing

A Survey on Semantic Parsing

2018-12-03 · AKBC 2019 · Aishwarya Kamath, Rajarshi Das

A significant amount of information in today's world is stored in structured and semi-structured knowledge bases. Efficient and simple methods to query them are essential and must not be restricted to only those who have…

Program SynthesisSemantic ParsingSurvey

A Survey of Syntactic-Semantic Parsing Based on Constituent and Dependency Structures

2020-06-19 · Meishan Zhang

Syntactic and semantic parsing has been investigated for decades, which is one primary topic in the natural language processing community. This article aims for a brief survey on this topic. The parsing community include…

Dependency ParsingSemantic Parsing

Context Dependent Semantic Parsing: A Survey

2020-11-02 · COLING 2020 8 · Zhuang Li, Lizhen Qu, Gholamreza Haffari

Semantic parsing is the task of translating natural language utterances into machine-readable meaning representations. Currently, most semantic parsing methods are not able to utilize contextual information (e.g. dialogu…

Semantic ParsingSurvey