web-based log file viewer?

Hi-- I have a single (very small) server log file I would like to run through a log file viewer (so I can try to make sense of it…). Is there a web-based log file viewer out there? Something I can either upload the file to or just paste the text into and then view the better-formatted results?

I’m pretty sure every server model in the world has a different format from every other server model. Care to let us in on the secret which one yours is?

Not to mention the file format (text, CSV, whatever).

UNIX server. TXT format.

Here is a sample:


[redacted] 20055  0.0  0.0 122564  4240 ?        SN   14:33   0:00  \_ crond
[redacted] 20059  0.0  0.0      0     0 ?        ZNs  14:33   0:00  |   \_ [wget] <defunct>
[redacted] 20108  0.0  0.0 116140  2644 ?        DN   14:33   0:00  |                   \_ /usr/sbin/exim -odi -Mc 1TM15Z-0005EA-Ig


Our server is allegedly sending out spam via CRON jobs; I’m trying to figure out what the heck is going on.