Skip to content
/ sloview Public

Simple web app for analysis of EAP / wildfly server.logs

Notifications You must be signed in to change notification settings

jhrcek/sloview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple EAP / WildFly server.log viewer

A simple web application for analysis of EAP / WildFly server.log files. Back end is written in Haskell, using snap framework, front end is written in Elm.

Features & TODOs

  • Upload server.log files for analysis
  • Filter server.log messages based on log level
  • Configure which message fields are displayed (date, log level, logger, thread, payload and stack trace)
  • Configure date format of message timestamps
  • Count number of messages per log level
  • Aggregated view of repeated messages and stack traces

How to run it

To build the binary from the source you will need stack and elm installed. The build can be performed by running ./make.sh. Running the resulting binary ./run-sloview starts the web application on http://0.0.0.0:8000/ which you can view using your browser.

About

Simple web app for analysis of EAP / wildfly server.logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published