mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Remove legacy npm script that is no longer used or supported (#11796)
This commit is contained in:
parent
30ac1868de
commit
94a2e13c39
2 changed files with 0 additions and 39 deletions
|
@ -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",
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue