Created
April 10, 2015 18:00
-
-
Save agustik/557cecba2c88e785e2a1 to your computer and use it in GitHub Desktop.
pm2 Kibana4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"name" : "Kibana4", | |
"script" : "./src/bin/kibana.js", | |
"env": { | |
"NODE_ENV": "production", | |
"CONFIG_PATH": "./config/kibana.yml" | |
} | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Download Kibana4
https://www.elastic.co/downloads/kibana
Download this file into KIBANADIR/bin
Install pm2
npm install pm2
Start
pm2 start bin/pm2.json
Save
pm2 save