Go to file
2015-12-02 12:28:27 -05:00
bin use babel/register hook from CLI 2015-07-30 22:42:25 -07:00
config Merge branch 'master' of github.com:elastic/kibana into fix/relativePathsInKibana 2015-11-16 15:24:22 -06:00
docs Fixes doubled include statement 2015-11-24 09:03:49 -08:00
installedPlugins force the installed plugins directory into git 2015-08-09 22:54:18 -07:00
optimize [optimize] ensure the optimize directory exists with a .empty file 2015-11-02 10:36:20 -06:00
src Add strict cookie tests 2015-12-01 20:16:16 +00:00
tasks Merge branch 'master' into test-rebuild 2015-11-11 11:48:47 -07:00
test Increase ElasticSearch client timeout from 30s to 5m (probably a bit overkill). 2015-12-01 14:52:45 -06:00
webpackShims Merge pull request #4223 from panda01/angularUpgrade 2015-10-29 10:35:15 -07:00
.editorconfig update .editorconfig for Markdown 2015-09-14 12:10:32 -07:00
.eslintignore Merge remote-tracking branch 'jbudz/lint-ignore' into testDiscover 2015-11-13 10:46:33 -06:00
.eslintrc [eslint] update and add mocha plugin 2015-09-22 17:43:10 -07:00
.gitignore ignore vim's *.swo as well 2015-11-23 17:51:55 -05:00
.node-version [node] downgrade to 0.12.7 2015-08-31 21:58:46 -07:00
.npmrc Add .npmrc, save exact package versions 2015-11-11 11:46:52 -06:00
.travis.yml [functional testing] Cache selenium download on travis 2015-10-21 14:26:42 -05:00
CONTRIBUTING.md move the automation notes to contributing 2015-11-03 16:42:01 -07:00
FAQ.md Add answer to the node-not-found questions 2015-03-05 12:48:20 -07:00
Gruntfile.js Prevent linting fixtures 2015-11-12 17:09:46 -06:00
LICENSE.md Use en-dash instead of hyphen in license between years 2015-02-24 17:39:24 -05:00
package.json Add scripts for running mocha with babel and optional debugging 2015-12-02 12:28:27 -05:00
README.md bump to version 5.0.0-snapshot 2015-11-30 11:23:08 -05:00
STYLEGUIDE.md [styleguide] added api and filename sections 2015-11-23 13:16:26 -06:00

Kibana 5.0.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 2.1.0 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.

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 Elastic.co for the full Kibana documentation.

Snapshot Builds

For the daring, snapshot builds are available. These builds are created after each commit to the master branch, and therefore are not something you should run in production.

platform
OSX tar zip
Linux x64 tar zip
Linux x86 tar zip
Windows tar zip