0

I have already enabled VPC flow logs but what could be the best filters to use to capture DDOS attacks.I know GCP provided Cloud Armour for DDOS Attack prevention but i want to set monitoring on Stackdriver .

c69
  • 19,951
  • 7
  • 52
  • 82
DataVishesh
  • 197
  • 1
  • 5

1 Answers1

0

There's no specific filter to capture DDoS attacks as such. In Stackdriver Monitoring, you can select:

Resource type: GCE VM Instance Metric: Received packets

with a trial and error to find exactly what you want but rate, delta, and 99th percentile should all be viable options.

Asif Tanwir
  • 119
  • 6