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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,4 +246,19 @@ import AppUpdate from '../../reuse/apps/app-update.md';
246
246
247
247
import AppUninstall from '../../reuse/apps/app-uninstall.md';
248
248
249
-
<AppUninstall/>
249
+
<AppUninstall/>
250
+
251
+
## Create monitors for GCP load balancer app
252
+
253
+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
254
+
255
+
<CreateMonitors/>
256
+
257
+
### GCP VPC alerts
258
+
These alerts are VPC flow log based.
259
+
260
+
| Alert Name | Alert Description and Conditions | Default Alert Condition | Default Recover Condition |
261
+
|:--|:--|:--|:--|
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 |
0 commit comments