I am trying to analyze a series of application requests. There are web logs, application server logs and data server logs, all with slightly different timestamps on each line. I'd like to splice them together to see the various logs in the order they occurred.
Before I whip up a script (using awk and friends) to do this, is there a tool or existing project/recipe that does something similar?