Proceedings of the 30th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Enginee 2022
DOI: 10.1145/3540250.3549176
|View full text |Cite
|
Sign up to set email alerts
|

SPINE: a scalable log parser with feedback guidance

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
2
2
2

Relationship

0
6

Authors

Journals

citations
Cited by 26 publications
(3 citation statements)
references
References 29 publications
0
3
0
Order By: Relevance
“…2) Frequent pattern mining: SLCT [25], LFA [16], and Logram [15] leverage frequent patterns of token position or n-gram information to extract log templates that appear constantly across log messages. 3) Heuristicsbased searching: Drain [10], Spell [9], SwissLog [17], and SPINE [26] utilize a tree structure to parse logs into multiple templates. 4) Deep learning based parsing: UniParser [20] formulate log parsing as a token classification problem and LogPPT [18] leverages language models to perform log parsing in few-shot scenarios.…”
Section: B Log Parsingmentioning
confidence: 99%
See 1 more Smart Citation
“…2) Frequent pattern mining: SLCT [25], LFA [16], and Logram [15] leverage frequent patterns of token position or n-gram information to extract log templates that appear constantly across log messages. 3) Heuristicsbased searching: Drain [10], Spell [9], SwissLog [17], and SPINE [26] utilize a tree structure to parse logs into multiple templates. 4) Deep learning based parsing: UniParser [20] formulate log parsing as a token classification problem and LogPPT [18] leverages language models to perform log parsing in few-shot scenarios.…”
Section: B Log Parsingmentioning
confidence: 99%
“…We compare our proposed method with five state-of-theart log parsers, including AEL [34], Spell [9], Drain [10], Logram [15], and SPINE [26]. We choose these five parsers in our evaluation since their source code is publicly available; and a prior study [11], [32] finds that these parsers have high accuracy and efficiency among the evaluated log parsing methods.…”
Section: Baselinesmentioning
confidence: 99%
“…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]. Clustering-based log parsing methods often sufer from low parsing accuracy due to their simplistic parsing patterns (e.g., dividing log groups based on word frequency or diferent word types) [2,[13][14][15]. In comparison to static code or frequent pattern miningbased methods, clustering methods have slower parsing speeds and require numerous iterations.…”
Section: Introductionmentioning
confidence: 99%