Skip to content

Commit

Permalink
Remove legacy npm script that is no longer used or supported (elastic…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline authored and snide committed May 30, 2017
1 parent 089cf42 commit 22b6492
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"precommit": "grunt precommit",
"karma": "karma start",
"elasticsearch": "grunt esvm:dev:keepalive",
"elasticsearchWithPlugins": "grunt esvm:withPlugins:keepalive",
"lint": "grunt eslint:source",
"lintroller": "grunt eslint:fixSource",
"makelogs": "echo 'use `node scripts/makelogs`' && false",
Expand Down
38 changes: 0 additions & 38 deletions tasks/config/esvm.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,43 +130,5 @@ module.exports = function (grunt) {
}
},

withPlugins: {
options: {
version: '2.1.0',
directory: resolve(directory, 'withPlugins'),
plugins: [
'license',
'shield',
'marvel-agent',
'watcher'
],
shield: {
users: [
{
username: 'kibana',
password: 'notsecure',
roles: ['kibana4_server']
},
{
username: 'user',
password: 'notsecure',
roles: ['kibana4', 'marvel']
},
{
username: 'admin',
password: 'notsecure',
roles: ['admin']
}
]
},
config: {
marvel: {
agent: {
interval: '60s'
}
}
}
}
}
};
};

0 comments on commit 22b6492

Please sign in to comment.