Go to file
2015-03-26 09:01:21 -07:00
docs Fix broken links for Kibana 4 binary packages 2015-03-26 09:01:21 -07:00
src Merge pull request #3431 from johnnye/patch-2 2015-03-25 15:51:34 -07:00
tasks [grunt/less] added source maps to dev less build 2015-03-24 17:08:24 -07:00
test Merge pull request #3259 from rashidkpc/fix/_timestamp_missing 2015-03-25 09:25:38 -07:00
.bowerrc Refactoring Directory Layout for Build Process 2014-09-08 09:59:29 -07:00
.gitignore Adding SSL Support to Kibana Server 2015-01-26 13:36:53 -07:00
.jshintrc [jshint] skip an extends step 2015-02-06 14:19:59 -07:00
.travis.yml [Docs, Links] Changed all of the relevant links and occurences of the string elasticsearch to take into consideration the rebranding during elasitcon and keynote 2015-03-16 18:22:48 -07:00
bower.json [cleanup] Fixed some missed changes, or hyper ones i made 2015-03-16 18:32:09 -07:00
CONTRIBUTING.md [Docs, Links] Changed all of the relevant links and occurences of the string elasticsearch to take into consideration the rebranding during elasitcon and keynote 2015-03-16 18:22:48 -07:00
FAQ.md Add answer to the node-not-found questions 2015-03-05 12:48:20 -07:00
Gruntfile.js [grunt/less] added source maps to dev less build 2015-03-24 17:08:24 -07:00
LICENSE.md Use en-dash instead of hyphen in license between years 2015-02-24 17:39:24 -05:00
package.json Added Juan and Shelby to the contributors list 2015-03-17 11:12:22 -07:00
README.md [cleanup] Fixed some missed changes, or hyper ones i made 2015-03-16 18:32:09 -07:00
STYLEGUIDE.md typo: Javascript -> JavaScript 2014-10-23 08:43:53 +02:00

Kibana 4.1.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.