Add audited response apply rehearsal
This commit is contained in:
parent
51d52b5229
commit
0b010df514
11 changed files with 198 additions and 28 deletions
|
|
@ -109,6 +109,12 @@ When Sentinel fires:
|
|||
commands. CLI-generated plans are saved under
|
||||
`/var/log/enodia-sentinel/response-plans/` and indexed in
|
||||
`/var/log/enodia-sentinel/response-audit.log` for later review.
|
||||
To rehearse a saved plan and record that review without executing anything:
|
||||
|
||||
```bash
|
||||
enodia-sentinel respond apply <plan-path-or-plan-id> --dry-run
|
||||
```
|
||||
|
||||
5. If the alert involves a package-owned binary, review the package recovery
|
||||
actions in the response plan and run the restore sequence only after the
|
||||
owning package and package source are trusted:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue