/node-kibana

Justa node.js server to launch kibana 3

Primary LanguageJavaScriptOtherNOASSERTION

node-kibana

Just a node.js server to run kibana.
You need node.js installed on your machine to run this project.

Install and run

# 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

License

Apache V2