Go to file
2016-03-02 19:30:09 +00:00
bin Resolves #5824, error when running kibana.bat with node x86 on win x64 2016-01-06 20:40:26 +00:00
config 4.x timeout fixes applied to master 2016-03-02 19:30:09 +00:00
docs Forgot "a" at the end of "kibana" 2016-02-26 18:24:38 +02: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 4.x timeout fixes applied to master 2016-03-02 19:30:09 +00:00
tasks [npm] remove requirefrom package 2016-02-24 14:50:12 -08:00
test [npm] remove requirefrom package 2016-02-24 14:50:12 -08:00
webpackShims [webpack] enforce using elasticsearch-browser 2016-02-05 10:23:07 -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] use shared config 2016-02-09 17:00:40 -07:00
.gitignore ignore vim's *.swo as well 2015-11-23 17:51:55 -05:00
.node-version Bump node to 4.3.1 2016-02-29 13:56:37 -05:00
.npmrc Add .npmrc, save exact package versions 2015-11-11 11:46:52 -06:00
CONTRIBUTING.md Add plugin testing notes, clean up test section formatting 2016-03-01 10:36:55 -07:00
FAQ.md Fix broken links in FAQ.md 2016-02-11 22:42:53 +01:00
Gruntfile.js Prevent linting fixtures 2015-11-12 17:09:46 -06:00
LICENSE.md Matching license year range with latest released version 2016-01-18 22:34:29 +05:30
package.json Merge pull request #6358 from epixa/makelogs 2016-02-29 14:28:20 -07:00
README.md [es] upgrade to master 2016-02-05 10:22:26 -07:00
STYLEGUIDE.md Fix typos in style guide 2016-02-20 14:30:37 -08: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 master
  • 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