LogCluster
代码github地址:https://github.com/logpai/logparser
LogCluster is a Perl-based tool for log file clustering and mining line patterns from log files. The development of LogCluster was inspired by SLCT, but LogCluster includes a number of novel features and data processing options.
To provide a common interface for log parsing, we write a Python wrapper around the original LogCluster source code in Perl (released under GPL license). This also eases our benchmarking experiments. The implementation has been tested on both Linux and Windows systems. Especially, Strawberry Perl was installed to run the Perl program on Windows.
Read more information about LogCluster from the following paper:
- Risto Vaarandi, Mauno Pihelgas. LogCluster - A Data Clustering and Pattern Mining Algorithm for Event Logs, Proceedings of the 11th International Conference on Network and Service Management (CNSM), 2015.