Skip to content

Commit

Permalink
Merge pull request #6355 from jbudz/issues/6349
Browse files Browse the repository at this point in the history
[elasticsearch] Bump requires version to 2.3
  • Loading branch information
jbudz committed Feb 29, 2016
2 parents abb329a + 09da3d2 commit f4388f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Kibana is an open source ([Apache Licensed](https://github.com/elastic/kibana/bl

## Requirements

- Elasticsearch version 2.2.0 or later
- Elasticsearch version 2.3.0 or later
- Kibana binary package

## Installation
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/elasticsearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function ({ Plugin }) {
key: string()
}).default(),
apiVersion: string().default('2.0'),
engineVersion: string().valid('^2.2.0').default('^2.2.0')
engineVersion: string().valid('^2.3.0').default('^2.3.0')
}).default();
},

Expand Down

0 comments on commit f4388f9

Please sign in to comment.