You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/google/cloud-vpc.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,5 +260,5 @@ These alerts are VPC flow log based.
260
260
| Alert Name | Alert Description and Conditions | Default Alert Condition | Default Recover Condition |
261
261
|:--|:--|:--|:--|
262
262
|`Google Cloud VPC - Access from Highly Malicious Sources Alert`| This alert gets triggered when an VPC is accessed from highly malicious IP addresses. | Count >= 1 | Count < 1 |
263
-
|`Google Cloud VPC - Latency Alert`| This alert is triggered when latency of flow logs goes above threshold value (default is 1000 ms) |Value >= 1000|Value < 1000|
264
-
|`Google Cloud VPC - Total traffic Alert`| This alert is triggered when the total traffic (in MB) for a subnetwork is greater then the threshold value (Default is 2GB) |Value >= 2000| Value < 2000|
263
+
|`Google Cloud VPC - Latency Alert`| This alert is triggered when latency of any subnetwork goes above threshold value (default is 1000 ms) |Count >= 1|Count < 1|
264
+
|`Google Cloud VPC - Total traffic Alert`| This alert is triggered when the total traffic (in MB) for a subnetwork is greater then the threshold value (Default is 2GB) |Count >= 1| Value < 1|
0 commit comments