[esvm] when starting es, ensure it runs on 9200 or fails

This commit is contained in:
spalger 2015-09-18 16:09:01 -07:00
parent bd8ce389b9
commit 86454764af

View file

@ -11,6 +11,9 @@ module.exports = function (grunt) {
network: {
host: '127.0.0.1'
},
http: {
port: 9200
},
marvel: {
agent: {
enabled: false