aws waf Is there a way to set up alerts on WAF rules when BLOCKS from certain rule crosses a minimum threshold? Please advise then we shall discuss implementation.

0

Is there a way to set up alerts on WAF rules when BLOCKS from certain rule crosses a minimum threshold?

Please advise then we shall discuss implementation.

已提問 1 年前檢視次數 836 次
2 個答案
0

Yes, WAF sends BlockedRequest metrics to CloudWatch. From CloudWatch you can then define alarms and actions to take when thresholds have been breached. See: Monitoring with Amazon CloudWatch.

profile pictureAWS
專家
kentrad
已回答 1 年前
0

The metric ** BlockedRequests** will be sent to CloudWatch for all the rules (Metric name = rule name) that are set to BLOCK and collectively for the whole Web ACL (Metric name = name of the Web ACL). Once a block action is performed, you can go to CloudWatch metrics console and navigate to the following: All ==> WAFV2 ==> Region, Rule, WebACL There you will be able to see the Metrics for the Web ACL and the rules. You can then create Alarms for the individual *** BlockedRequest*** metric for when a threshold is breached

AWS
已回答 1 年前

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

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

回答問題指南