Configure AWS Managed Microsoft Active Directory service to forward specific logs to Cloudwatch

0

Hello,

I have configured AWS Managed Microsoft AD to forward logs to Cloudwatch, and I am monitoring these logs using a SIEM platform. However, the SIEM platform is only able to pull certain logs from the Cloudwatch, and it stops pulling logs when the Cloudwatch log size increases to a certain size.

I want to know if there is a way to specify the type of logs that are being sent from AWS Managed Microsoft AD to Cloudwatch. I don't want AWS managed Microsoft AD to send all logs to Cloudwatch.

Kindly assist.

Ben
已提問 3 個月前檢視次數 152 次
1 個回答
2

There are no ways to select particular log types in AWS Managed AD. Once the logging is enabled, you get "SecurityEvents" logs, which are separated for every AD node.

One option to reduce log size in CloudWatch is configuring CloudWatch log group retention. https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html

Log retention – By default, logs are kept indefinitely and never expire. You can adjust the retention policy for each log group, keeping the indefinite retention or choosing a retention period between 10 years and one day.

Another option is configuring a Subscription Filter for the CloudWatch log group and filtering logs using Lambda. Choose only what you need, store it in S3, and use this S3 as a target for your SIEM system. https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/SubscriptionFilters.html

profile picture
專家
已回答 3 個月前
profile picture
專家
Artem
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南