logo
Menu
Explore the Power of Account-Level Subscription Filters in Amazon CloudWatch Logs!

Explore the Power of Account-Level Subscription Filters in Amazon CloudWatch Logs!

CloudWatch logs from all or multiple log groups can now be delivered to the desired destination using just one account-level subscription filter.

Published Feb 9, 2024
CloudWatch logs from all or multiple log groups can now be delivered to the desired destination (Amazon Kinesis Data Stream, Amazon Kinesis Data Firehose, or AWS Lambda) using just one account-level subscription filter.
At this moment, there is no option in the CloudWatch Dashboard UI. We need to use AWS logs put-account-policy AWS CLI command or API.
Sample AWS CLI command:
Use --selection-criteria to exclude log groups that you don't want.
You can create only one account-level subscription filter. Let's try to create one with a different --policy-name.
Watch the below video for a demo where I created account-level subscription filters with Amazon Kinesis Data Firehose.
 

Comments