FlexParser -- the adaptive log file parser for continuous results in a changing world
Nadine Ruecker, Andreas Maier

TL;DR
FlexParser is a novel adaptive log file parser that uses deep learning to accurately extract information from log messages despite structural changes, enabling continuous analysis in dynamic systems.
Contribution
It introduces FlexParser, a flexible, supervised deep learning-based parser capable of handling evolving log message structures through stateful LSTM models.
Findings
Achieved an average F1-Score of 0.98 across multiple datasets.
Outperformed existing deep learning and unsupervised parsers.
Demonstrated robustness to various mutation scenarios.
Abstract
Any modern system writes events into files, called log files. Those contain crucial information which are subject to various analyses. Examples range from cybersecurity, intrusion detection over usage analyses to trouble shooting. Before data analysis is possible, desired information needs to be extracted first out of the semi-structured log messages. State-of-the-art event parsing often assumes static log events. However, any modern system is updated consistently and with updates also log file structures can change. We call those changes "mutation" and study parsing performance for different mutation cases. Latest research discovers mutations using anomaly detection post mortem, however, does not cover actual continuous parsing. Thus, we propose a novel and flexible parser, called FlexParser, which can extract desired values despite gradual changes in the log messages. It implies basic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
