Go to file
2015-11-18 17:44:11 -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 bug in command to install 2015-11-17 09:12:18 -07: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 Merge pull request #5435 from epixa/bump-es-to-2.1.0 2015-11-18 14:31:27 -07:00
tasks Merge branch 'master' into test-rebuild 2015-11-11 11:48:47 -07:00
test Reverting this file back to 326892. 2015-11-17 12:56:46 -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 Merge pull request #5292 from w33ble/functional-tests-settings 2015-11-10 15:41:30 -07: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 Bump to 4.4.0-snapshot 2015-11-18 17:44:11 -05:00
README.md Bump to 4.4.0-snapshot 2015-11-18 17:44:11 -05:00
STYLEGUIDE.md added promise example to the "Chaining operations" section of the styleguide 2015-10-29 13:36:23 -05:00

Kibana 4.4.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.0.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.

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 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