I have to work with a lot of logs daily: appreport, message, debug, systemout, syserr, etc.
To do so, I login to one of many different servers through putty and use grep with many different patterns, which takes a lot of time.
Is there a better way to do this? I'm looking for:
- An application which searches for a string in selected files connecting to a Unix server.
- Any ideas on how to develop a webapp which would do dynamic log searches and show results.
I have knowledge of Java, so libraries that could be used in a Java webapp would be ideal.