百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

clarity

> 编程语言
开源

用于 grep 和 tail -f unix 工具的 Web 界面。非常适用于实时日志分析。与 splunk 存在远程关联。

799 stars0 点赞2 次浏览
访问官网GitHub

工具介绍

用于 grep 和 tail -f unix 工具的 Web 界面。非常适用于实时日志分析。与 splunk 存在远程关联。

= Clarity

  • http://github.com/tobi/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:

http://img.skitch.com/20091104-je9kq1a2gfr586ia8y246bq4n8.png

== REQUIREMENTS:

  • eventmachine
  • eventmachine_httpserver
  • json

== INSTALL:

  • sudo gem install clarity

== LICENSE:

(The MIT License)

Copyright (c) 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

Issues· 5 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Ruby

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言