A simple fluentd log parser work in progress. It's built with gradle and Java 1.8,
licensed with the ISC licence, and currently supports filtering and printing.
Build it and run with the --help option:
$ ./gradlew shadowJar
$ java -jar build/libs/fluentsee-1.1.jar --help
Option (* = required) Description
--------------------- -----------
--help Get command line help.
* --log <String: filename> Log file to use.
--match <String: field=regex> Define a match for filtering output. May pass in
multiple matches.
--tail Tail the log.
--verbose Print verbose format entries.