diff --git a/tasks/config/esvm.js b/tasks/config/esvm.js index 20f6748b4647..4a4619fc7473 100644 --- a/tasks/config/esvm.js +++ b/tasks/config/esvm.js @@ -3,11 +3,16 @@ module.exports = function (grunt) { options: { version: '^1.4', plugins: [ - 'mobz/elasticsearch-head' + 'elasticsearch/marvel/latest' ], config: { network: { host: '127.0.0.1' + }, + marvel: { + agent: { + enabled: false + } } } },