diff --git a/falco.yaml b/falco.yaml index fae68e0b..d9a0d9d7 100644 --- a/falco.yaml +++ b/falco.yaml @@ -23,6 +23,12 @@ file_output: stdout_output: enabled: true +# Possible additional things you might want to do with program output: +# - send to a slack webhook: +# program: "jq '{text: .output}' | curl -d @- -X POST https://hooks.slack.com/services/XXX" +# - logging (alternate method than syslog): +# program: logger -t falco-test + program_output: enabled: false program: mail -s "Falco Notification" someone@example.com