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
Copy file name to clipboardExpand all lines: reference-artifacts/Add-ons/opensiem/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -543,3 +543,17 @@ The following AWS resources are retained when deleting the solution:
543
543
2. In the operations account
544
544
1. navigate to S3, open the S3 bucket prefixed with **opensearchsiemstack-**, and delete all the objects inside
545
545
1. navigate to CloudFormation and delete the **OpenSearchSiemStack** stack
546
+
547
+
548
+
## 11. Updates
549
+
550
+
### September 2022
551
+
- Updated the CDK version to v2.40.0
552
+
- Updated the OpenSearch cluster with the latest version 1.3 (will cause a Blue/Green Deployment)
553
+
- Updated the OpenSearch cluster to use GP3 for the EBS volume type (will cause a Blue/Green Deployment)
554
+
- Added 14 CloudWatch Alarms to monitor the OpenSearch cluster based on the recommendations [here](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cloudwatch-alarms.html)
555
+
- Reduced the Lambda Processor memory to 512MB and changed timeout to 2 minutes
556
+
- Added a SNS queue to send alerts to registered emails.
557
+
- New configurations:
558
+
- "alertNotificationEmails": ["user@email.com"] CloudWatch Alarm will send notifications to emails listed here
559
+
- "enableLambdaInsights": true Will enable CloudWatch Lambda Insights. This brings visibility into memory usage to have data to fine tune the Processor Lambda.
0 commit comments