Logalike is a lookalike of Logstash, written in Java 8. It was designed and implemented at CERN and is currently used in operations.
Unfortunately Logalike is not yet available from any global repository but we are working on that. However, you can install it manually by pulling the source code in two easy steps:
First, pull the project from GitHub:
git clone [email protected]:CERN-BE/logalike.git
Second, fetch the dependencies and build the code. We implemented a gradle script (build.gradle), So if you already have gradle installed, simply run gradle compile.
This tool is currently under development, though that shouldn't stop you from tying it out and even use it (CERN already does that in production).
Logalike was written by Gergő Horányi and Jens E. Pedersen between 2014 and 2016 while working to CERN. Thanks to Vito Baggiolini, [Endre Fejes] (https://github.com/fejese) and György Demarcsek for invaluable help with everything from general design issues to implementation details.