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
In order to give customers more visibility into performance issues on their Elasticsearch/Opensearch domains, we would like to add support for creating alerts based on a pre-defined set of metrics
Acceptance Criteria
Testing demonstrates that an existing Elasticsearch service can be updated with alerts/metrics
Testing demonstrates that a new Elasticsearch service can be created with alerts/metrics
Testing demonstrates that an existing Opensearch service can be updated with alerts/metrics
Testing demonstrates that a new Opensearch service can be created with alerts/metrics
Security considerations
There should be no security implications of this feature. We are giving customers the ability to be notified about changes in the performance of their Elasticsearch/Opensearch domains.
Implementation sketch
This is a rough implementation sketch that may be subject to revision
Add code to support creating Cloudwatch alarms based on two metrics:
CPU Utilization
Average Search Latency
Add code to support creating a custom SNS topic to handle notifications from the Cloudwatch alarm
In order to give customers more visibility into performance issues on their Elasticsearch/Opensearch domains, we would like to add support for creating alerts based on a pre-defined set of metrics
Acceptance Criteria
Security considerations
There should be no security implications of this feature. We are giving customers the ability to be notified about changes in the performance of their Elasticsearch/Opensearch domains.
Implementation sketch
This is a rough implementation sketch that may be subject to revision
The text was updated successfully, but these errors were encountered: