AWS Security ChangesHomeSearch

AWS AmazonCloudWatch documentation change

Service: AmazonCloudWatch · 2025-12-25 · Documentation low

File: AmazonCloudWatch/latest/logs/ValidateLogEventFlow.md

Summary

Updated product references from 'Kinesis Data Streams' to 'Amazon Kinesis Data Streams' for branding consistency

Security assessment

Changes involve only product name standardization. No security-related content was added, removed, or modified in the log validation process.

Diff

diff --git a/AmazonCloudWatch/latest/logs/ValidateLogEventFlow.md b/AmazonCloudWatch/latest/logs/ValidateLogEventFlow.md
index 3a1a19ae4..7d8265d76 100644
--- a//AmazonCloudWatch/latest/logs/ValidateLogEventFlow.md
+++ b//AmazonCloudWatch/latest/logs/ValidateLogEventFlow.md
@@ -7 +7 @@
-After you create the subscription filter, CloudWatch Logs forwards all the incoming log events that match the filter pattern 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 subscription filter, CloudWatch Logs forwards all the incoming log events that match the filter pattern 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 subscription filter, CloudWatch Logs forwards all the incom
-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 Data
-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:
@@ -89 +89 @@ The list of subscription filter names that matched with the originating log data
-Data messages use the "DATA_MESSAGE" type. Sometimes CloudWatch Logs may emit Kinesis Data Streams records with a "CONTROL_MESSAGE" type, mainly for checking if the destination is reachable.
+Data messages use the "DATA_MESSAGE" type. Sometimes CloudWatch Logs may emit Amazon Kinesis Data Streams records with a "CONTROL_MESSAGE" type, mainly for checking if the destination is reachable.