Dear Respected Community,
I am new here in this community and this is my first post.
on 1st April someone triggered 2 FW in one of our projects. Which cost us $50 per day till the 15th of April. When I checked the logs, it showed that it was not executed by any user, in fact, it was done by one of its own services running in the same project. I opened a case with the billing dept. Thanks to GCP billing they have refunded. But I need to know what has happened that triggered those FWs. Is there something in our code or some other issue? Can someone help me out on this?
Appreciate your comments.
Thanks,
Osama Anwer
Solved! Go to Solution.
Hello,
I would suggest you review your logs, where you may need to filter by your resources allocated within the VPC for the corresponding rule triggered in your FWs.
Alternatively:
Paste the following into the field. Replace PROJECT_ID with your project ID.
resource.type="gce_subnetwork"
Document for Logs Explorer interface attached- https://cloud.google.com/logging/docs/view/logs-explorer-interface
How to view FW logs: https://cloud.google.com/vpc/docs/using-firewall-rules-logging#all_firewall_logs
Regards
Hello,
I would suggest you review your logs, where you may need to filter by your resources allocated within the VPC for the corresponding rule triggered in your FWs.
Alternatively:
Paste the following into the field. Replace PROJECT_ID with your project ID.
resource.type="gce_subnetwork"
Document for Logs Explorer interface attached- https://cloud.google.com/logging/docs/view/logs-explorer-interface
How to view FW logs: https://cloud.google.com/vpc/docs/using-firewall-rules-logging#all_firewall_logs
Regards