mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-24 11:27:38 +00:00
Updated Falco Alerts (markdown)
@@ -44,7 +44,7 @@ program_output:
|
|||||||
program: mail -s "Falco Notification" someone@example.com
|
program: mail -s "Falco Notification" someone@example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
For each alert, falco will run the program `mail -s ...` and write the alert to the program.
|
For each alert, falco will run the program `mail -s ...` and write the alert to the program. The program is run via a shell, so it's possible to specify a command pipeline if you wish to add additional formatting.
|
||||||
|
|
||||||
## JSON Output
|
## JSON Output
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user