Added Kibana information and link.

Fixes #2661
This commit is contained in:
Aaron Mildenstein 2015-02-20 15:13:53 -07:00 committed by Jordan Sissel
parent 6000b5eaa7
commit 53ab5e4429

View file

@ -1,7 +1,9 @@
# Logstash [![Code Climate](https://codeclimate.com/github/elasticsearch/logstash/badges/gpa.svg)](https://codeclimate.com/github/elasticsearch/logstash) [![Coverage Status](https://coveralls.io/repos/elasticsearch/logstash/badge.svg?branch=origin%2Fmaster)](https://coveralls.io/r/elasticsearch/logstash?branch=origin%2Fmaster)
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).
logs, parse them, and store them for later use (like, for searching). If you
store them in [Elasticsearch](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index.html),
you can view and analyze them with [Kibana](http://www.elasticsearch.org/guide/en/kibana/current/index.html).
It is fully free and fully open source. The license is Apache 2.0, meaning you
are pretty much free to use it however you want in whatever way.