forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f82bab3
commit 31ee40e
Showing
1 changed file
with
4 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,9 @@ | ||
# logstash | ||
|
||
## Status March 17, 2011 | ||
logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use (like, for searching). Speaking of searching, logstash comes with a web interface for searching and drilling into all of your logs. | ||
|
||
* Currently refactoring to use JRuby a bit better. | ||
* Writing tests | ||
* Logstash 1.0 release target later this month. | ||
It is fully free and fully open source. The license is New BSD, meaning you are pretty much free to use it however you want in whatever way. | ||
|
||
## Overview | ||
For more info, see <http://logstash.net/> | ||
|
||
The code for logstash lives on github, but everything else in the project lives | ||
on googlecode (wiki, issues, downloads) | ||
|
||
If you want to learn about logstash, check out the main project site here: | ||
|
||
http://code.google.com/p/logstash/ | ||
|
||
File bugs here: http://code.google.com/p/logstash/issues/list | ||
|
||
Please do not file bugs on github, the issue tracker here on github is pretty | ||
weak compared to the much better issue tracker on googlecode. | ||
File bugs here: <http://logstash.jira.com> |