NOTE: You have reached the Kibana 3 repository. Kibana 3 is a completely new version of Kibana written entirely in HTML and Javascript. You can find the Kibana 2 repository at https://github.com/rashidkpc/Kibana
More information about Kibana 3 can be found at http://www.elasticsearch.org/overview/kibana/
Kibana is an open source (Apache Licensed), browser based analytics and search interface to Logstash and other timestamped data sets stored in ElasticSearch. With those in place Kibana is a snap to setup and start using (seriously). Kibana strives to be easy to get started with, while also being flexible and powerful
Documentation, panel options and tutorials can be found at http://www.elasticsearch.org/guide/en/kibana/current/
Q: Why doesnt it work? I have http://localhost:9200 in my config.js, my webserver and elasticsearch
server are on the same machine
A: Kibana 3 does not work like previous versions of Kibana. To ease deployment, the server side
component has been eliminated. Thus the browser connects directly to Elasticsearch. The default
config.js setup works for the webserver+Elasticsearch on the same machine scenario. Do not set it
to http://localhost:9200 unless your browser and elasticsearch are on the same machine
Q: How do I secure this? I don't want to leave 9200 open.
A: A simple nginx virtual host and proxy configuration can be found in the sample/nginx.conf
Q: How to run the grunt build process.
A: Steps to follow
a)Install node & npm
b)npm install -g grunt-cli
c)npm install in kibana folder
d)grunt build
Useful links:
https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
https://npmjs.org/doc/install.html
http://www.ghosthorses.co.uk/production-diary/installing-grunt-on-os-x-and-windows-7/
If you have questions or comments the best place to reach me is #logstash or #elasticsearch on irc.freenode.net