CloudWatch
Prerequisites
Integration Steps
Step 1: Creating an AWS IAM Policy
{ "Version": "2012-10-17", "Statement": [ { "Sid": "LogAccess", "Effect": "Allow", "Action": [ "logs:FilterLogEvents", "logs:DescribeLogGroups" ], "Resource": "arn:aws:logs:*:*:*" } ] }
Step 2: Creating an AWS IAM User
Step 3: Generating and Managing Access Keys
Step 4: Submitting keys to slaOS

Step 5: Selecting Log Groups and Streams
Step 6: Using CloudWatch Filter Patterns (Optional)
Frequently Asked Questions (FAQ)
Can I restrict access to specific log groups or regions?
What happens if I need to rotate my AWS access keys?
How often does slaOS collect data from CloudWatch?
Is it safe to use the ingestion_key in logs?
ingestion_key in logs?Last updated

