2022
DOI: 10.1145/3543146.3543168
|View full text |Cite
|
Sign up to set email alerts
|

LogStamp

Abstract: Logs are one of the most critical data for service management. It contains rich runtime information for both services and users. Since size of logs are often enormous in size and have free handwritten constructions, a typical log-based analysis needs to parse logs into structured format first. However, we observe that most existing log parsing methods cannot parse logs online, which is essential for online services. In this paper, we present an automatic online log parsing method, name as LogStamp. We extensiv… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
4
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 22 publications
(5 citation statements)
references
References 17 publications
0
4
0
Order By: Relevance
“…During the pre-training phase, the model learns to predict randomly masked input tokens. Based on the idea that log is actually a natural language sequence [2], some studies [16], [33], [34] have leveraged pretrained language models such as BERT [31] to analyse log data. Language models are pre-trained on large-scale unlabelled corpus and then fine-tuned to perform downstream tasks.…”
Section: Background and Motivation A Log Parsingmentioning
confidence: 99%
See 3 more Smart Citations
“…During the pre-training phase, the model learns to predict randomly masked input tokens. Based on the idea that log is actually a natural language sequence [2], some studies [16], [33], [34] have leveraged pretrained language models such as BERT [31] to analyse log data. Language models are pre-trained on large-scale unlabelled corpus and then fine-tuned to perform downstream tasks.…”
Section: Background and Motivation A Log Parsingmentioning
confidence: 99%
“…Data-driven Log Parsing: Log parsing has become an active research topic in recent years [12], [13], [20], [60]. Recently, to address the limitations of traditional log parsers and improve the parsing accuracy, some approaches [34], [19] proposed to use token classification for log parsing. LogStamp [34] converts the log parsing task into a sequence labelling problem.…”
Section: Related Workmentioning
confidence: 99%
See 2 more Smart Citations
“…Importantly, developers have not established a unifed standard for log format, making traditional manual log parsing methods impractical. Static code-based parsing methods exhibit high limitations [7][8][9] because obtaining system source code during the parsing process is challenging. While frequent pattern mining-based log parsing methods demonstrate competitive parsing efciency, they struggle to match rare logs with low frequency to any log template, resulting in suboptimal parsing results [10][11][12].…”
Section: Introductionmentioning
confidence: 99%