No description
Find a file
2014-09-18 14:11:00 -07:00
docs Update quick_start.md 2014-09-18 14:11:00 -07:00
src move settings and dashboard docs into docs 2014-09-18 14:03:59 -07:00
tasks added readme renderability 2014-09-18 13:45:25 -07:00
test the screencast reporter no longer interfers with the 'html' reporter 2014-09-16 23:46:05 -07:00
.bowerrc Refactoring Directory Layout for Build Process 2014-09-08 09:59:29 -07:00
.esvmrc Adding .esvmrc to the project 2014-09-17 11:04:13 -07:00
.gitignore Fixing bower_components entry in .gitignore; fixing spacing in watch.js; fixing requrie_css to write to build/src 2014-09-08 10:00:15 -07:00
.jshintrc removed dependencies on global jsonPath and rison. Converted rison into an AMD module. 2014-04-25 17:44:43 -07:00
.ruby-version Reworking the Puma server integration 2014-09-08 10:00:15 -07:00
.travis.yml add travis notifications back in, apparently they are in fact being observed... 2014-09-16 15:11:46 -07:00
bower.json Resetting bower.json 2014-09-08 10:00:18 -07:00
Gruntfile.js Merge pull request #302 from w33ble/abort-grunt-on-error 2014-09-16 22:27:01 -07:00
LICENSE.md Adding a README to the dist along with the LICENSE. 2014-09-08 16:39:37 -07:00
package.json added readme renderability 2014-09-18 13:45:25 -07:00
README.md updated readme 2014-09-18 13:45:51 -07:00
STYLEGUIDE.md add note about commenting out code 2014-09-17 12:53:06 -07:00
TODOS.md Add Filter Bar to Visualize 2014-09-18 13:26:45 -07:00

Kibana 4.0.0-BETA1

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.

Installation

Need Help?

Need help? Try #elasticsearch or #logstash on Freenode IRC. You can also find help on the elasticsearch-users@googlegroups.com or logstash-users@googlegroups.com mailing lists.

You can also find documentation at http://www.elasticsearch.com/guide/en/kibana/current

Settings

The settings application is broken up into three pages: Indices, Advanced, and Object.

Indices

The Indices page manages Index Patterns. Before you can do anything in Kibana you will need to create an Index Pattern, and it will follow you throughout all of the other apps. Index Patterns represent one or more indices in Elasticsearch and track associated meta-data, like field types and pattern interval.

Advanced

The Advanced page allows modification of individual configuration parameters. Each of these parameters can be tweaked to customize the entire Kibana installation. This means that your changes will apply to all users. Please, use caution on this page, because the advanced editor will let you break things. This could prevent the application from loading if used incorrectly.

Objects

The Objects page manages all of the objects created by Kibana (except Index Patterns which are handled but the Indices page). Today, that includes Dashboards, Visualizations, and Searches (created by the Discover app). Most apps give you all the tools needed to manage objects they create, but if/when they fall short you can come here to beat your objects into submission.

Just like the Advanced editor, it is pretty easy to break things with the objects editor so please use caution.