Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KM Parser

This tool parses log files and store them into a database.

Install

git clone https://github.com/nickel715/km-parser.git
cd km-parser
composer install

change DATABASE_URL in .env and setup database with:

bin/console doctrine:database:create
bin/console doctrine:migrations:migrate

Usage

Just pipe the logfile in STDIN. For example like this:

tail -n0 -f /var/log/apache/access.log | bin/console parse

About

This tool parses log files and store them into a database.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages