Skip to content

This is simple tool to find similar repeating lines in log files.

Notifications You must be signed in to change notification settings

TomRoSystems/uniqlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniqlog

This is simple tool to find similar repeating lines in log files.

Installation

Once cloned / downloaded run:

go get
go build

Instruction

By default it reads from stdin and uses colors to print similiarties.

Run: uniqlog test/test01.txt to see output.

TODO

  • 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?

License

BSD

About

This is simple tool to find similar repeating lines in log files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages