Go to file
Court Ewing c550bbcc95 Build artifact names for unified release process
These changes are necessary for Kibana to be compatible with Elastic's
unified release process from 5.0 onward. The way artifacts get created
has not changed, but the naming conventions have.
2016-06-16 16:47:02 -04:00
.github Correct PR template file name 2016-06-11 16:46:35 -04:00
bin Revert "Limit memory overhead" 2016-04-28 15:13:41 -07:00
config ops: set default interval for stat collection to 5 seconds 2016-06-03 13:40:16 -07:00
docs [docs] Update package version 2016-06-13 11:29:06 -05: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 #7477 from epixa/SNAPSHOT 2016-06-16 08:02:15 -04:00
style_guides Update API and HTML style guides. 2016-06-09 15:32:03 -07:00
tasks Build artifact names for unified release process 2016-06-16 16:47:02 -04:00
test Merge pull request #7284 from tylersmalley/7135-management 2016-06-15 14:04:53 -07:00
utilities Add visual regression screenshot gallery. 2016-06-14 08:33:45 -07:00
webpackShims [rename] hunt down remaining non-snake path refs 2016-02-24 14:18:21 -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] use shared config 2016-02-09 17:00:40 -07:00
.gitignore Add visual regression screenshot gallery. 2016-06-14 08:33:45 -07:00
.node-version Bump .node-version to 4.4.4 2016-05-10 13:47:43 -04:00
.npmrc Add .npmrc, save exact package versions 2015-11-11 11:46:52 -06:00
.travis.yml add travis config 2016-03-10 23:13:02 -07:00
CONTRIBUTING.md Apply -snapshot suffix during build task 2016-06-11 15:57:30 -04:00
FAQ.md Fix broken links in FAQ.md 2016-02-11 22:42:53 +01:00
Gruntfile.js Apply -snapshot suffix during build task 2016-06-11 15:57:30 -04:00
LICENSE.md Matching license year range with latest released version 2016-01-18 22:34:29 +05:30
package.json Merge pull request #7478 from ycombinator/upgrade-makelogs 2016-06-16 07:31:39 -04:00
README.md Build artifact names for unified release process 2016-06-16 16:47:02 -04:00
STYLEGUIDE.md Make links in STYLEGUIDE relative. 2016-06-09 19:03:19 -07:00

Kibana 5.0.0

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
Linux x64 tar deb rpm
Linux x86 tar deb rpm
Windows zip