Merge pull request #4982 from spalger/dev/ensureEsOn9200

[esvm] when starting es, ensure it runs on 9200 or fails
This commit is contained in:
Matt Bargar 2015-09-21 11:09:09 -04:00
commit 67e7c5f578

View file

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