• Stars
    star
    774
  • Rank 58,189 (Top 2 %)
  • Language
    Ruby
  • Created about 15 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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 in realtime. 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.

SECURITY:

Warning: Clarity takes parameters from URLs and runs them in the shell. This is essentially the most insecure thing imaginable. You have to make absolutley sure that clarity isn’t reachable by the outside world. At the very least use –username and –password to put some protection on it.

USAGE:

clarity --username=admin --password=secret --port=8989 /var/log
clarity --port=8989 --include="tomcat6/*.log*" --include="apache2/*.log*" /var/log

COMMANDLINE:

Specific options:
    -f, --config=FILE                Config file (yml)
    -p, --port=PORT                  Port to listen on
    -b, --address=ADDRESS            Address to bind to (default 0.0.0.0)
        --include=MASK               File mask of logs to add (default: **/*.log*)
        --user=USER                  User to run as   
Password protection:
        --username=USER              Enable httpauth username
        --password=PASS              Enable httpauth password   
Misc:
    -h, --help                       Show this message.

SCREENSHOT:

REQUIREMENTS:

* eventmachine
* eventmachine_httpserver
* json

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

More Repositories

1

delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
Ruby
2,138
star
2

highlights

download your kindle highlights and email random ones to your inbox
Ruby
181
star
3

imagery

Image server / proxy that can resize images on demand based on common file prefixes ( such as _small, _medium ) and apply other rmagick effects. Supposed to be used between a Squid/Varnish and S3
Ruby
181
star
4

liquid-editor

HTML Editor for the liquid language (syntax highlighting, basic error checking etc)
JavaScript
128
star
5

google_apps_login

Allows you to protect controllers by requiring login to a Google Apps for domains account. Great SSO solution for small companies.
Ruby
43
star
6

money_column

Simplifies dealing with money values in the database. Successor to the money gem. Extracted from Shopify.
Ruby
39
star
7

airbrake-go

Go library to report errors to airbrake and compatible servers
Go
33
star
8

throttle

Simple plugin which allows you to throttle certain activities in your web apps. Uses memcached for speedy implementation and requires Rails 2.1+
Ruby
26
star
9

fokus

Simple Web Extension (Firefox, Chrome) that does nothing other than allowing you to block a bunch of hosts to make it easier to focus when emails are piling up.
JavaScript
23
star
10

tinny

small webserver used for developing webapps in go. Will recompile your go program before each request.
Go
21
star
11

api-proxy

HTTP Remote call accelerator proxy for Shopify
Ruby
21
star
12

cacheable

Page caching extension of Shopify
Ruby
21
star
13

browser-go

http server to take screenshots of websites
Go
14
star
14

locking

Global named locks (req. mysql) -- Extraction from Shopify
Ruby
14
star
15

redis-tools

Some useful redis tools
Ruby
13
star
16

chat-server

Long polling real-time chat server based on EM
Ruby
11
star
17

messagepipe

work in progress rpc layer using msgpack
Ruby
8
star
18

cached

memcached object cache / identify cache
JavaScript
8
star
19

s3_connection

Small class which allows authenticated and persistent connectivity with s3
Ruby
7
star
20

mogrify-go

bindings to gd library
Go
7
star
21

ruby-mr

throwaway repository. Ruby <=> hadoop lib
Ruby
6
star
22

xml_node

Xml read/write with a nice ruby api
Ruby
6
star
23

mephisto_textlinkads

Plugins for text-link-ads in mephisto blogging engine
Ruby
5
star
24

steady

Schedule longer running period tasks
Ruby
4
star
25

snowman-fokus

Greasemonkey (or better) script to block distracting websites
JavaScript
2
star
26

jsonrecordline

Java
1
star
27

letterpress

Ruby
1
star
28

docker-compiler

Shell
1
star
29

cow-tree

C
1
star