AWS AmazonCloudWatch documentation change
Summary
Updated product references from 'Kinesis Data Streams' to 'Amazon Kinesis Data Streams' for branding consistency
Security assessment
Changes are purely cosmetic branding updates without any security context. No vulnerabilities, configurations, or security practices are modified.
Diff
diff --git a/AmazonCloudWatch/latest/logs/ValidateLogEventFlow-Account.md b/AmazonCloudWatch/latest/logs/ValidateLogEventFlow-Account.md index cd2b660ce..07f7319d2 100644 --- a//AmazonCloudWatch/latest/logs/ValidateLogEventFlow-Account.md +++ b//AmazonCloudWatch/latest/logs/ValidateLogEventFlow-Account.md @@ -7 +7 @@ -After you create the account-level subscription filter policy, CloudWatch Logs forwards all the incoming log events that match the filter pattern and selection criteria to the stream that is encapsulated within the destination stream called "**RecipientStream** ". The destination owner can verify that this is happening by using the **aws kinesis get-shard-iterator** command to grab a Kinesis Data Streams shard, and using the **aws kinesis get-records** command to fetch some Kinesis Data Streams records: +After you create the account-level subscription filter policy, CloudWatch Logs forwards all the incoming log events that match the filter pattern and selection criteria to the stream that is encapsulated within the destination stream called "**RecipientStream** ". The destination owner can verify that this is happening by using the **aws kinesis get-shard-iterator** command to grab a Amazon Kinesis Data Streams shard, and using the **aws kinesis get-records** command to fetch some Amazon Kinesis Data Streams records: @@ -27 +27 @@ After you create the account-level subscription filter policy, CloudWatch Logs f -You might need to rerun the `get-records` command a few times before Kinesis Data Streams starts to return data. +You might need to rerun the `get-records` command a few times before Amazon Kinesis Data Streams starts to return data. @@ -29 +29 @@ You might need to rerun the `get-records` command a few times before Kinesis Dat -You should see a response with an array of Kinesis Data Streams records. The data attribute in the Kinesis Data Streams record is compressed in gzip format and then base64 encoded. You can examine the raw data from the command line using the following Unix command: +You should see a response with an array of Amazon Kinesis Data Streams records. The data attribute in the Amazon Kinesis Data Streams record is compressed in gzip format and then base64 encoded. You can examine the raw data from the command line using the following Unix command: @@ -69 +69 @@ The key elements in the data structure are the following: -Data messages will use the "DATA_MESSAGE" type. Sometimes CloudWatch Logs might emit Kinesis Data Streams records with a "CONTROL_MESSAGE" type, mainly for checking if the destination is reachable. +Data messages will use the "DATA_MESSAGE" type. Sometimes CloudWatch Logs might emit Amazon Kinesis Data Streams records with a "CONTROL_MESSAGE" type, mainly for checking if the destination is reachable.