This is simple tool to find similar repeating lines in log files.
Once cloned / downloaded run:
go get
go build
By default it reads from stdin and uses colors to print similiarties.
Run: uniqlog test/test01.txt
to see output.
- Process log in JSON format
- Add more function(s) to check similiarity for things like IP address, filenames/paths, etc.
- Make color works for windows?
BSD