We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92d588 commit e884857Copy full SHA for e884857
img/alerts-view-all.png
132 KB
modules/using-alerts.md
@@ -72,14 +72,14 @@
72
73
74
75
- - Generate `Suspicious IPs/Domains` alerts by curl those list above. Use `facebookint.com` and `193.38.54.110` as example:
+ - Generate `Suspicious IPs/Domains` alerts by curl those list above. Use `facebookint.com` and `188.34.185.85` as example:
76
77
```bash
78
# generate suspicious DNS alerts
79
kubectl -n dev exec -t netshoot -- sh -c "ping -c1 facebookint.com"
80
81
# generate suspicious IP alerts
82
- kubectl -n dev exec -t netshoot -- sh -c "ping -c3 193.38.54.110"
+ kubectl -n dev exec -t netshoot -- sh -c "ping -c3 188.34.185.85"
83
```
84
85
0 commit comments