Go to file
2016-01-05 12:40:39 -06:00
bin add errorlevel check to where command 2015-12-09 20:01:33 +00:00
config [config] Add option for changing max payload size on requests sent to server. Closes #5775. 2015-12-29 11:29:13 -06:00
docs Fixes merge conflict for PR#5260 2015-12-23 15:15:56 -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 Update short_url_lookup.js 2016-01-05 09:28:51 -06:00
tasks Merge pull request #5778 from jbudz/packages 2015-12-29 16:15:10 -07:00
test Reduce elasticsearch client timeout back down to 5 minutes. Use fieldName variable consistently in _index_pattern_popularity. 2015-12-23 11:09:07 -06:00
webpackShims Be explicit about starting to route 2015-11-24 09:32:04 -08: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] update to LTS version and latest npm 2.x 2016-01-05 07:01:30 -07:00
.npmrc Add .npmrc, save exact package versions 2015-11-11 11:46:52 -06:00
CONTRIBUTING.md Fix titles 2016-01-04 13:46:27 -07:00
FAQ.md I are can proofread gud 2016-01-05 08:54:26 -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 Merge pull request #5812 from spalger/update/node 2016-01-05 12:03:10 -06:00
README.md Update README.md 2016-01-05 12:40:39 -06:00
STYLEGUIDE.md [ui/modules/docs] moved recommendations to the styleguide 2015-12-18 11:20:20 -07:00

Kibana 5.0.0-snapshot

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.2.0 or later
  • Kibana binary package

Installation

Upgrade from previous version

  • Move any custom configurations in your old kibana.yml to your new one
  • Reinstall plugins
  • Start or restart Kibana

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