mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-09 10:07:57 +00:00
Add notes on how to post to slack webhooks.
Add comments for program_output that show how to post to a slack webhook and an alernate logging method--came up in one of the github issues.
This commit is contained in:
parent
f6720d3993
commit
20440912b7
@ -23,6 +23,12 @@ file_output:
|
|||||||
stdout_output:
|
stdout_output:
|
||||||
enabled: true
|
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:
|
program_output:
|
||||||
enabled: false
|
enabled: false
|
||||||
program: mail -s "Falco Notification" someone@example.com
|
program: mail -s "Falco Notification" someone@example.com
|
||||||
|
Loading…
Reference in New Issue
Block a user