Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 400 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 400 Bytes

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