Log-Viewer

0
1
0
HTML
public

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

  • CSV file
  • JSON file

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

  1. Clone git repository by using git clone <repository-url>
  2. Open the application using your prefer IDE (ex: IntelliJ IDEA)
  3. Create MySQL database log_viewer
  4. Go to application.properties and add your database credentials (username, password)
  5. Run the project
  6. Open locahost:8080
  7. Upload file, select parsing format and parse the file
  8. Search, generate chart and see statistics
v0.3.1[beta]