View Customer Firewall Logs
Steps
- Log into the AWS Console.
- Navigate to CloudWatch Console.
- In the left pane, expand "Logs" and click on "Log Groups".
- In the Log Groups window, locate and click on the Log Group
Combine_[CUSTOMER]_Log_Group_Firewall - Ensure the "Log Streams" tab is open at the bottom. Click the "Search all log streams" button on the right. (For real-time logs, click "Start Tailing" instead.)
- Use the "Highlight Term" field to highlight specific strings of interest. (For example, to highlight the IP address
1.2.3.4, type1.2.3.4into the "Highlight Term" field.) - Look for log entries containing the terms "reject" or "block".
Filtering firewall entries for blocked traffic:
The following filter will find sets of IP addresses that are being blocked:
{ ($.event.dest_ip = "1.2.3.4" || $.event.dest_ip = "1.2.3.4" || $.event.dest_ip = "1.2.3.4") && $.event.alert.action = "blocked" }