Browse Source

fix #670, improve decision delete doc (#673)

* fix #670, improve decision delete doc

* fix typo
Thibault "bui" Koechlin 4 years ago
parent
commit
534c535490
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/v1.X/docs/user_guide/decision_management.md

+ 4 - 0
docs/v1.X/docs/user_guide/decision_management.md

@@ -80,6 +80,10 @@ sudo {{v1X.cli.bin}} decisions delete --ip 1.2.3.4
 sudo {{v1X.cli.bin}} decisions delete --range 1.2.3.0/24
 ```
 
+!!! warning
+      Please note that `cscli decisions list` will show you only the latest alert per given ip/scope.
+      However, several decisions targeting the same IP can exist. If you want to be sure to clear all decisions for a given ip/scope, use `cscli decisions delete -i x.x.x.x`
+