No description
Find a file
2015-12-22 16:45:06 +00:00
bin add errorlevel check to where command 2015-12-09 20:01:33 +00:00
config [server/xsrf] use the current version as the xsrf header, rather than a random value 2015-12-07 14:52:02 -07:00
docs Updates plugin manager doc to remove github URL defaults 2015-12-21 22:18:26 +00:00
installedPlugins
optimize
src Merge pull request #5592 from BigFunger/plugin-installer-remove-github-support 2015-12-22 09:05:22 -06:00
tasks Revert "Revert "Rename test:ui to test:browser so will run on Jenkins."" 2015-12-22 16:45:06 +00:00
test Revert "Revert "Rename test:ui to test:browser so will run on Jenkins."" 2015-12-22 16:45:06 +00:00
webpackShims Be explicit about starting to route 2015-11-24 09:32:04 -08:00
.editorconfig
.eslintignore
.eslintrc
.gitignore ignore vim's *.swo as well 2015-11-23 17:51:55 -05:00
.node-version Bump node to 0.12.9 2015-12-09 19:05:16 +00:00
.npmrc
CONTRIBUTING.md Updated formatting 2015-12-14 11:43:33 -07:00
FAQ.md
Gruntfile.js
LICENSE.md
package.json Merge pull request #5438 from BigFunger/plugin-zip-support-4.4.0 2015-12-21 10:08:57 -06:00
README.md Removing travis from the project 2015-12-07 12:50:12 -07: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.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