Updated Falco Alerts (markdown)

Mark Stemm
2016-08-05 10:58:40 -07:00
parent 3b355b9f9a
commit a478da1760

@@ -44,7 +44,7 @@ program_output:
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