tobi / clarity

Web interface for the grep and tail -f unix tools. Useful for real-time log analysis. Remotely related to splunk

This URL has Read+Write access

tobi (author)
Wed Nov 04 09:28:46 -0800 2009
commit  3d72a06cf4d4a8f8da488a816c61b5a3af89c1f7
tree    4d691f17377f16d09f6f647274c2e97a055ee01c
parent  fd2f2e4a65619a31da8d577e5d07f6c2fe4de377
name age message
file .gitignore Sat Oct 31 14:37:34 -0700 2009 fixed username&password [tobi]
file History.txt Sat Oct 31 14:23:51 -0700 2009 refactored clarity to work as gem [tobi]
file Manifest.txt Loading commit data...
file PostInstall.txt Sat Oct 31 14:23:51 -0700 2009 refactored clarity to work as gem [tobi]
file README.rdoc
file Rakefile
directory bin/ Sat Oct 31 14:23:51 -0700 2009 refactored clarity to work as gem [tobi]
directory config/ Sat Oct 31 11:51:50 -0700 2009 make port configurable [codyfauser]
directory lib/
directory public/ Sat Oct 31 14:37:34 -0700 2009 fixed username&password [tobi]
directory script/ Sat Oct 31 14:23:51 -0700 2009 refactored clarity to work as gem [tobi]
directory test/
directory views/
README.rdoc

Clarity

DESCRIPTION:

Clarity - a log search tool By John Tajima & Tobi Lütke

Clarity is a Splunk like web interface for your server log files. It supports searching (using grep) as well as trailing log files. It has been written using the event based architecture based on EventMachine and so allows real-time search of very large log files. If you hit the browser Stop button it will also kill the grep / tail utility.

We wrote Clarity to allow our support staff to use a simple interface to look through the various log files in our server farm. The application was such a big success internally that we decided to release it as open source.

REQUIREMENTS:

  * eventmachine
  * eventmachine_httpserver

INSTALL:

  * sudo gem install clarity

LICENSE:

(The MIT License)

Copyright © 2009 Tobias Lütke

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OT