Retired: This application is now retired.
Log Reaper
Introduction
The application Log Reaper is a multi-purpose log parsing web application with an emphasis on break/fix and identification of errors in your log files. Whereas other log parsers are more generalized and require server-side infrastructure, this app is completely client side and allows for quick analysis and automatic recommendations.
Functionality
- High level overview of the log file, duration, number of lines parsed.
- Automatic solution recommendations based on the top error messages.
- Zero server side upload with the exception of sending error/warn messages for Recommendations. All parsing done in the browser.
- Reactive visualizations to filter data to the subset you want.
Usage
- Browse and select a file or drop a file into the drop zone.
- Wait for the file to be identified, if it could not be identified you will see 'Could not Identify' in red.
- Once Identified click the Parse button.
- The log will be parsed iteratively and you will be displayed a page containing analysis specific to the log type in question.
Accepted Input
- Syslog (/var/log/messages)
- Log4j logs (JBoss, RHEVM, ect..)
- LSOF output
- Apache access
- VDSM logs
Comments