mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[esvm] when starting es, ensure it runs on 9200 or fails
This commit is contained in:
parent
bd8ce389b9
commit
86454764af
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ module.exports = function (grunt) {
|
|||
network: {
|
||||
host: '127.0.0.1'
|
||||
},
|
||||
http: {
|
||||
port: 9200
|
||||
},
|
||||
marvel: {
|
||||
agent: {
|
||||
enabled: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue