Skip to content

Commit afa5f6f

Browse files
committed
bugfix: readme
1 parent 24e460f commit afa5f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The above commands will also download the python libraries for the lambda layer.
5353
```
5454
cdk deploy \
5555
--context opensearch-version='<OPENSEARCH_n_m>' \
56-
--parameters opensearchAlertEmail='<alert_email>'
56+
--parameters opensearchalertemail='<alert_email>'
5757
```
5858
This will do the following in the target account :
5959
1. Create CloudTrail trails with target CloudWatch log-group for the trails.
@@ -69,7 +69,7 @@ The above commands will also download the python libraries for the lambda layer.
6969
--context opensearch-version='<OPENSEARCH_n_m>' \
7070
--context opensearch-domain-endpoint='<endpoint_domain>' \
7171
--context opensearch-access-role-arn='<iam_role_arn>' \
72-
--parameters opensearchAlertEmail='<alert_email>'
72+
--parameters opensearchalertemail='<alert_email>'
7373
```
7474
This will create CloudTrail trail and ingest the trails to the provided OpenSearch domain. It will also create the anomaly detectors in the provided domain.
7575
For setting up the access IAM role, please check [existing_domain_deploy](./existing_domain_deploy.md) guide.

0 commit comments

Comments
 (0)