Skip to content

Commit

Permalink
[Improvement] state/elasticsearch - Support ElasticSearch version 6.7 (
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored Jun 4, 2019
1 parent 71c6d45 commit d32e3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Parameters:
Description: 'Elasticsearch version'
Type: String
Default: '5.5'
AllowedValues: ['6.5', '6.4', '6.3', '6.2', '6.0', '5.6', '5.5'] # aws es list-elasticsearch-versions --query "ElasticsearchVersions[]"
AllowedValues: ['6.7', '6.5', '6.4', '6.3', '6.2', '6.0', '5.6', '5.5'] # aws es list-elasticsearch-versions --query "ElasticsearchVersions[]"
ClusterInstanceCount:
Description: 'The number of data nodes (instances) to use in the Amazon ES domain.'
Type: Number
Expand Down

0 comments on commit d32e3ac

Please sign in to comment.