Go to file
2015-02-20 11:19:40 -07:00
docs [readme] remove old docs, link to new ones, mention 1.4.4 req 2015-02-18 19:39:04 -08:00
src Merge pull request #3087 from panda01/fixNotifierMsgInconsistencies 2015-02-19 20:41:49 -07:00
tasks [grunt:version] added tests 2015-02-19 20:25:34 -07:00
test fix test 2015-02-20 11:14:36 -07:00
.bowerrc Refactoring Directory Layout for Build Process 2014-09-08 09:59:29 -07:00
.gitignore Adding SSL Support to Kibana Server 2015-01-26 13:36:53 -07:00
.jshintrc [jshint] skip an extends step 2015-02-06 14:19:59 -07:00
.travis.yml [travis] update hipchat token 2014-11-04 16:13:53 -07:00
bower.json dropped angular ui select for it's incompatibility with flexbox 2015-02-11 15:06:18 -07:00
CONTRIBUTING.md Only need to be root if not using nvm 2015-01-26 18:54:04 +00:00
FAQ.md create general FAQ 2015-02-17 12:27:32 -07:00
Gruntfile.js Adding build process for the binaries 2015-01-19 14:29:05 -07:00
LICENSE.md Adding a README to the dist along with the LICENSE. 2014-09-08 16:39:37 -07:00
package.json bump version to 4.1 snapshot 2015-02-19 09:24:20 -07:00
README.md removed comments in header 2015-02-20 11:19:40 -07:00
STYLEGUIDE.md typo: Javascript -> JavaScript 2014-10-23 08:43:53 +02:00

Kibana 4.1.0-snapshot

Build Status

Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch.

Requirements

  • Elasticsearch version 1.4.4 or later
  • Kibana binary package

Installation

Quick Start

You're up and running! Fantastic! Kibana is now running on port 5601, so point your browser at http://YOURDOMAIN.com:5601.

The first screen you arrive at will ask you to configure an index pattern. An index pattern describes to Kibana how to access your data. We make the guess that you're working with log data, and we hope (because it's awesome) that you're working with Logstash. By default, we fill in logstash-* as your index pattern, thus the only thing you need to do is select which field contains the timestamp you'd like to use. Kibana reads your Elasticsearch mapping to find your time fields - select one from the list and hit Create.

Tip: there's an optimization in the way of the Use event times to create index names option. Since Logstash creates an index every day, Kibana uses that fact to only search indices that could possibly contain data in your selected time range.

Congratulations, you have an index pattern! You should now be looking at a paginated list of the fields in your index or indices, as well as some informative data about them. Kibana has automatically set this new index pattern as your default index pattern. If you'd like to know more about index patterns, pop into to the Settings section of the documentation.

Did you know: Both indices and indexes are acceptable plural forms of the word index. Knowledge is power.

Now that you've configured an index pattern, you're ready to hop over to the Discover screen and try out a few searches. Click on Discover in the navigation bar at the top of the screen.

Documentation

Visit Elasticsearch.org for the full Kibana documentation.