AWS opensearch-service documentation change
Summary
Changed resource ARNs to empty arrays in event examples and updated section title from 'Creating and managing domains' to 'Troubleshooting'
Security assessment
Example event format correction and section retitling without security implications. No vulnerability references.
Diff
diff --git a/opensearch-service/latest/developerguide/serverless-monitoring-events.md b/opensearch-service/latest/developerguide/serverless-monitoring-events.md index 1d4a8b204..de32c374a 100644 --- a//opensearch-service/latest/developerguide/serverless-monitoring-events.md +++ b//opensearch-service/latest/developerguide/serverless-monitoring-events.md @@ -53 +53 @@ The following is an example event of this type (search OCU): - "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], + "resources": [], @@ -71 +71 @@ The following is an example event of this type (index OCU): - "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], + "resources": [], @@ -95 +95 @@ The following is an example event of this type (search OCU): - "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], + "resources": [], @@ -113 +113 @@ The following is an example event of this type (index OCU): - "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], + "resources": [], @@ -128 +128 @@ Monitoring with CloudTrail -Creating and managing domains +Troubleshooting