diff --git a/src/alert_rules/prometheus/prometheus_alerts.yaml b/src/alert_rules/prometheus/prometheus_alerts.yaml index dd7ceb525..965e17bed 100644 --- a/src/alert_rules/prometheus/prometheus_alerts.yaml +++ b/src/alert_rules/prometheus/prometheus_alerts.yaml @@ -131,7 +131,7 @@ - "alert": "OpenSearchThrottling" "annotations": - "message": "Cluster {{ $labels.cluster }} is throttling. Please optimize queries and indexing patterns or consider scale the application." + "message": "Cluster {{ $labels.cluster }} is throttling. Please review your indexing request rate, index lifecycle or consider scale the application." "summary": "OpenSearch Indexing Throttle" "expr": | sum by (cluster) (opensearch_indices_indexing_is_throttled_bool) > 0 @@ -141,7 +141,7 @@ - "alert": "OpenSearchThrottlingTooLong" "annotations": - "message": "Cluster {{ $labels.cluster }} is throttling for two hours. Please optimize queries and indexing patterns or consider scale the application." + "message": "Cluster {{ $labels.cluster }} is throttling for at least two hours. Please review your indexing request rate, index lifecycle or consider scale the application." "summary": "OpenSearch Indexing Throttle too long" "expr": | sum by (cluster) (opensearch_indices_indexing_is_throttled_bool) > 0