You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.'
The comment and description for the alarm for ElasticSearch's FreeStorageSpace indicates the alarm is for 20 GiB of free 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
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: