Logbulk (Superseded by Streamy)
Logbulk is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use. It is fully free and fully open source. The license is MIT, meaning you are pretty much free to use it however you want in whatever way.
The following steps will ensure your project is cloned properly.
git clone https://github.com/amannocci/logbulk.git
cd logbulk
To build Logbulk you simply need to run the mvn
command. You can find the compiled
JAR files in ./target
but in most cases you'll only need logbulk-x.x.x-fat.jar
The following steps will update your clone with the official repo.
git pull