Skip to content

This is java log manager that can load access log file in a specified format to db and likewise accept query to process on the record.

Notifications You must be signed in to change notification settings

Procaseycash/java-log-persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser Library

This is used for reading log files and processing IP address request period for a given time interval**

Author

Kazeem Olanipekun

Build (.jar)

The build version of the application can be located at /build from the root of the app.

Sample Test Using the access.log

Alt text

Database connection Properties

The database connection properties can be found src/main/esources/app.properties

Dependencies Usage

This can be found in pom.xml and this is needed to be bundled along with the jar while building

Command Used

java -cp "parser.jar" com.ef.Parser --accesslog=/Users/k.olanipekun/Documents/Applications/Parser/log/access.log --startDate=2017-01-01.13:00:00 --duration=hourly --threshold=100

Thank you

About

This is java log manager that can load access log file in a specified format to db and likewise accept query to process on the record.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages