Go to file
2015-06-09 17:01:35 -07:00
docs Typo fix (accounts.json -> accounts.zip) 2015-05-29 11:08:05 -07:00
src Merge pull request #4148 from stormpython/fix/changeLogOrigin 2015-06-09 15:42:30 -07:00
tasks removed unused deps and prevent license failure 2015-06-08 14:17:22 -07:00
test Merge branch 'master' into fix/3959 2015-06-05 14:40:18 -04:00
.bowerrc Refactoring Directory Layout for Build Process 2014-09-08 09:59:29 -07:00
.editorconfig fix style issues in the server 2015-04-03 16:05:24 -07:00
.gitignore Adding SSL Support to Kibana Server 2015-01-26 13:36:53 -07:00
.jscsrc switched to personal fork of grunt-jscs to inclide fix feature 2015-04-02 09:23:05 -07:00
.jshintrc remove vislib fixtures from linting 2015-04-01 17:41:54 -07:00
.jshintrc.browser [fixedScroll] refactor 2015-05-27 12:26:57 -07:00
.jshintrc.node [jshint] updated, style rules removed 2015-02-07 13:49:33 -07:00
.node-version added node-version file for use with https://www.npmjs.com/package/avn 2015-03-31 09:00:17 -07:00
.travis.yml lets just test in 0.12 for now 2015-06-05 16:20:49 -07:00
bower.json [npm] added shrinkwrap file for deps of deps 2015-06-05 08:52:54 -07:00
CONTRIBUTING.md update contributing.md 2015-05-19 17:30:10 -07:00
FAQ.md Add answer to the node-not-found questions 2015-03-05 12:48:20 -07:00
Gruntfile.js Add create_services grunt task. 2015-05-04 12:18:58 -07:00
LICENSE.md Use en-dash instead of hyphen in license between years 2015-02-24 17:39:24 -05:00
npm-shrinkwrap.json bump version 2015-06-09 17:01:35 -07:00
package.json bump version 2015-06-09 17:01:35 -07:00
README.md bump version 2015-06-09 17:01:35 -07:00
STYLEGUIDE.md typo: Javascript -> JavaScript 2014-10-23 08:43:53 +02:00

Kibana 4.2.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 1.4.4 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