Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threshold for ElasticSearch FreeStorageSpaceTooLowAlarm is too low #153

Closed
philof opened this issue Mar 31, 2021 · 3 comments
Closed

Threshold for ElasticSearch FreeStorageSpaceTooLowAlarm is too low #153

philof opened this issue Mar 31, 2021 · 3 comments
Labels
bug Something isn't working needs-triage The issue or PR still needs to be triaged

Comments

@philof
Copy link

philof commented Mar 31, 2021

The comment and description for the alarm for ElasticSearch's FreeStorageSpace indicates the alarm is for 20 GiB of free space.

// FreeStorageSpace minimum is <= 20480 for 1 minute, 1 consecutive time
alarmDescription: 'A node in your cluster is down to 20 GiB of free storage space.'

https://github.com/awslabs/aws-solutions-constructs/blob/5636629bf77a996115e7a244d584e4864c08a49c/source/patterns/%40aws-solutions-konstruk/core/lib/elasticsearch-helper.ts

However, the alarm threshold is set to 2000, or 2 GiB of free storage space.

Environment

  • AWS Solutions Constructs Version : v1.83.0

This is 🐛 Bug Report

@philof philof added bug Something isn't working needs-triage The issue or PR still needs to be triaged labels Mar 31, 2021
@biffgaut
Copy link
Contributor

Thanks - we'll take a look.

@biffgaut
Copy link
Contributor

biffgaut commented Apr 1, 2021

This will be fixed in our next release. Thanks.

@biffgaut
Copy link
Contributor

biffgaut commented Apr 2, 2021

Released in 1.94.0

@biffgaut biffgaut closed this as completed Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage The issue or PR still needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants