Skip to content

Commit 6bbc370

Browse files
authored
Merge pull request #22 from lgallard/release/0.6.0
Add support for warm storage (thanks @jlfowle and @neilsmith1000)
2 parents 0c186c4 + 8020b42 commit 6bbc370

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.0 (October 26, 2020)
2+
3+
ENHANCEMENTS:
4+
5+
* Add support for warm storage (thanks @jlfowle and @neilsmith1000)
6+
17
## 0.5.1 (September 17, 2020)
28

39
FIXES:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ module "aws_es" {
121121
| cluster\_config\_dedicated\_master\_type | Instance type of the dedicated master nodes in the cluster | `string` | `"r5.large.elasticsearch"` | no |
122122
| cluster\_config\_instance\_count | Number of instances in the cluster | `number` | `3` | no |
123123
| cluster\_config\_instance\_type | Instance type of data nodes in the cluster | `string` | `"r5.large.elasticsearch"` | no |
124-
| cluster\_config\_zone\_awareness\_enabled | Indicates whether zone awareness is enabled. To enable awareness with three Availability Zones | `bool` | `false` | no |
124+
| cluster\_config\_warm\_count | The number of warm nodes in the cluster | `number` | `2` | no |
125125
| cluster\_config\_warm\_enabled | Indicates whether to enable warm storage | `bool` | `false` | no |
126-
| cluster\_config\_warm\_count | The number of warm nodes in the cluster. Valid values are between 2 and 150. warm_count can be only and must be set when `warm_enabled` is set to true | `number` | `2` | no |
127-
| cluster\_config\_warm\_type | The instance type for the Elasticsearch cluster's warm nodes. Valid values are ultrawarm1.medium.elasticsearch, ultrawarm1.large.elasticsearch and ultrawarm1.xlarge.elasticsearch. warm_type can be only and must be set when warm_enabled is set to true | `string` | `ultrawarm1.medium.elasticsearch` | no |
126+
| cluster\_config\_warm\_type | The instance type for the Elasticsearch cluster's warm nodes | `string` | `"ultrawarm1.medium.elasticsearch"` | no |
127+
| cluster\_config\_zone\_awareness\_enabled | Indicates whether zone awareness is enabled. To enable awareness with three Availability Zones | `bool` | `false` | no |
128128
| cognito\_options | Options for Amazon Cognito Authentication for Kibana | `map` | `{}` | no |
129129
| cognito\_options\_enabled | Specifies whether Amazon Cognito authentication with Kibana is enabled or not | `bool` | `false` | no |
130130
| cognito\_options\_identity\_pool\_id | ID of the Cognito Identity Pool to use | `string` | `""` | no |

0 commit comments

Comments
 (0)