Heyho, I've got a big bunch of loglines (more or less without documentation) and need to parse the lines. The parsing itself won't be a big problem, but first I need to know how many different kinds of lines are inside the files. Besides the fact that I've got really different lines like short errors, up to bigger lines which are only different in some fields like full username from the certificate they are using and some numbers like transfersize & time.
Getting a generated pattern with the differences / common stuff about a group of same lines would be nice.
Are there any tools around which will do the trick and analyse a big bunch of input and output the common stuff within all the lines?
Thanks :).