kibana/tasks/config/esvm.js
2014-10-22 07:09:41 -07:00

12 lines
209 B
JavaScript

module.exports = function (grunt) {
return {
options: {
version: '^1.4',
plugins: [
'elasticsearch/marvel/latest',
'mobz/elasticsearch-head'
]
},
dev: {}
};
};