mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
requires the ES ingest API which is in ES 3.0
This commit is contained in:
parent
459338e0fa
commit
47007eee21
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module.exports = function ({ Plugin }) {
|
|||
key: string()
|
||||
}).default(),
|
||||
apiVersion: string().default('2.0'),
|
||||
engineVersion: string().valid('^2.1.0').default('^2.1.0')
|
||||
engineVersion: Joi.string().valid('^3.0.0').default('^3.0.0')
|
||||
}).default();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue