Just a node.js server to run kibana.
You need node.js installed on your machine to run this project.
# clone
$ git clone https://github.com/revington/node-kibana.git
# cd to project
$ cd node-kibana
# install dependencies
$ npm install
# run
$ ./server.js
# open http://localhost:3000
Apache V2