This is used for reading log files and processing IP address request period for a given time interval**
Kazeem Olanipekun
The build version of the application can be located at /build
from the root of the app.
The database connection properties can be found src/main/esources/app.properties
This can be found in pom.xml
and this is needed to be bundled along with the jar
while building
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