mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #5435 from epixa/bump-es-to-2.1.0
Bump minimum elasticsearch version to 2.1.0
This commit is contained in:
commit
b3e81b8ded
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module.exports = function (kibana) {
|
|||
key: Joi.string()
|
||||
}).default(),
|
||||
apiVersion: Joi.string().default('2.0'),
|
||||
minimumVerison: Joi.string().default('2.0.0')
|
||||
minimumVerison: Joi.string().default('2.1.0')
|
||||
}).default();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue