Is there a web-based log-tailing application? [closed]

I have been using BareTail for low-footprint log reading, and it works wonderfully. In particular, I like that it can consume very large large files, detect changes to those files, all without consuming much memory at all.

I'd like to know if there are applications out there -- flash, java applet, etc -- that I could use in a web page to mimic this functionality in a program I'm writing.

What I hope to achieve is the ability to consume log files on a server inside the firewall and display them on a web page, in a semi-streaming fashion. As I said, I'd essentially like to have BareTail in a browser


Solution 1:

Tailon is a simplistic web interface to tail -f and tail -f | {grep,awk,sed}. In this regard, it is very similar to clarity (I wrote tailon as a safer and more modern alternative to clarity). Log.io is another modern log file viewer that fits your description.

Solution 2:

clarity is a newer project which does this and looks promising.