Log Viewer
This is a JAVA Spring Boot application for reading log files and representing them in a table.
Functionalities:
- Choose and upload file
- Select file format
- Parse file
- Search
- Generate chart
- Statistics
Input
Output
Table wth log file data separated in events:
| Header 1 |
Header 2 |
Header 3 |
Header 4 |
| Event1 |
Event2 |
Event 3 |
Event 4 |
How to run and use the system
- Clone git repository by using
git clone <repository-url>
- Open the application using your prefer IDE (ex: IntelliJ IDEA)
- Create MySQL database
log_viewer
- Go to
application.properties and add your database credentials (username, password)
- Run the project
- Open locahost:8080
- Upload file, select parsing format and parse the file
- Search, generate chart and see statistics