mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Make dependency on elasticsearch plugin explicit
This commit is contained in:
parent
bc0d3921de
commit
d87a5e7085
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ module.exports = function (kibana) {
|
|||
|
||||
return new kibana.Plugin({
|
||||
id: 'console',
|
||||
require: [ 'elasticsearch' ],
|
||||
|
||||
config: function (Joi) {
|
||||
return Joi.object({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue