Senderman / JLogRep

RegEx-based log parser, with advanced features like extracting, problem tags, output formatting and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JLogRep - Automated log parser

The name comes from Java Logs /re/p - search logs by regular expressions and print

Requirements

  • JDK 17+

Build

Windows: gradlew shadowJar

Linux/Mac: ./gradlew shadowJar

Jar file with all dependencies will be generated in build/libs

Launch

Run: java -jar jlogrep.jar.

Open http://localhost:8080 in your favourite web browser. Upload your logs and go!

For advanced usage, see Usage#Advanced scan

Frontend debug

Run: docker compose up

Open http://localhost:8080 in your favourite web browser. Now changes in web resources are applied instantly.

Documentation

Documentation is avaliable on application’s main page. Documentation sources are available here.

About

RegEx-based log parser, with advanced features like extracting, problem tags, output formatting and more

License:MIT License


Languages

Language:Java 43.4%Language:CSS 30.9%Language:JavaScript 24.3%Language:HTML 0.7%Language:Dockerfile 0.7%