The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Go to file
2013-05-13 14:26:34 -07:00
common options to disable table headers and paging controls 2013-05-09 07:13:38 -07:00
dashboards Fixed missing index bug on rotated indices 2013-05-06 11:05:54 -07:00
js Added statistical modes to histogram panel 2013-05-13 13:31:59 -07:00
panels Updated version to milestone pre-2, added configurable auto inteval resolution for issue #70 2013-05-13 14:26:34 -07:00
partials Moved panel creation button 2013-05-06 13:09:20 -07:00
sample Removed shakespeare loading stuff 2013-05-13 10:23:25 -07:00
config.js Fixed missing index bug on rotated indices 2013-05-06 11:05:54 -07:00
index.html Updated version to milestone pre-2, added configurable auto inteval resolution for issue #70 2013-05-13 14:26:34 -07:00
LICENSE.md Added license 2013-01-26 07:24:44 -08:00
README.md README.md 2013-05-13 09:02:26 -07:00

Kibana

NOTE: You have reached the Kibana 3 repository. Kibana 3 is completely new version of Kibana written entirely in HTML and Javascript. You can find the Kibana 2 repository at https://github.com/rashidkpc/Kibana

Overview

Kibana is an open source (Apache Licensed), browser based analytics and search interface to Logstash and other timestamped data sets stored in ElasticSearch. With those in place Kibana is a snap to setup and start using (seriously). Kibana strives to be easy to get started with, while also being flexible and powerful

Requirements

  • A modern web browser. The latest version of Chrome, Safari and Firefox have all been tested to work. IE8 is not currently supported
  • A webserver. No extensions are required, as long as it can serve plain html it will work
  • A browser reachable Elasticsearch server. Port 9200 must be open, or a proxy configured to allow access to it.

Installation

  1. Copy the entire Kibana directory to your webserver
  2. Edit config.js to point to your elasticsearch server. This should not be http://localhost:9200, but rather the fully qualified domain name of your elasticsearch server. The url entered here must be reachable by your browser.
  3. Point your browser at your installation. If you're using Logstash with the default indexing configuration the default Kibana dashboard should work nicely.

Support

Introduction videos can be found at http://three.kibana.org
If you have questions or comments the best place to reach me is #logstash or #elasticsearch on irc.freenode.net