A Log Parsing Case Study for Skip Regex
This project generates a bunch of application logs from Apache Kafka by pumping messages through a cluster with the log level set to trace on all subsystems, then there is a rust application which does a bunch of log parsing and statistics reporting on the results.
Requires:
- Apache Kafka to be installed on the system
- the
pykafka
pip package to be installed