[esvm] Added basic marvel install, provides sense without creating a ton of data

This commit is contained in:
Spencer Alger 2014-11-19 17:26:35 -07:00
parent 8342ee0c03
commit f82e3fcdf0

View file

@ -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
}
}
}
},