Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.21 KB

Logbulk (Superseded by Streamy)

License: MIT

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.

Prerequisites

Cloning

The following steps will ensure your project is cloned properly.

  1. git clone https://github.com/amannocci/logbulk.git
  2. cd logbulk

Building

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

Updating your Clone

The following steps will update your clone with the official repo.

  1. git pull